Skip to content

Commit 964448a

Browse files
bbjubjub2494aldoborrero
authored andcommitted
foundry: 1.0.0 -> 1.2.1
1 parent 25665d9 commit 964448a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fo/foundry/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}:
1212
rustPlatform.buildRustPackage rec {
1313
pname = "foundry";
14-
version = "1.0.0";
14+
version = "1.2.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "foundry-rs";
1818
repo = "foundry";
1919
rev = "v${version}";
20-
hash = "sha256-YTsneUj5OPw7EyKZMFLJJeAtZoD0je1DdmfMjVju4L8=";
20+
hash = "sha256-oTeG1HwqLfPAq5e1V4W9YeyQaJ9jFNolfw4+oyHwZFY=";
2121
};
2222

2323
cargoLock = {

0 commit comments

Comments
 (0)