Skip to content

Commit 2b82e45

Browse files
authored
foundry: 1.3.0 -> 1.4.0
1 parent 086a268 commit 2b82e45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/foundry/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
}:
1414
rustPlatform.buildRustPackage rec {
1515
pname = "foundry";
16-
version = "1.3.0";
16+
version = "1.4.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "foundry-rs";
2020
repo = "foundry";
2121
tag = "v${version}";
22-
hash = "sha256-YMeGTPx3kqQ9CKFiH7rUEYzK0BCPksC1XIGfOj5MVd0=";
22+
hash = "sha256-g3iPUAVrn/hEzfn5kZ6kbRlhDwq6BSCwxiYxdxwc7OY=";
2323
};
2424

25-
cargoHash = "sha256-TZTnaPsnfRjtfFMw5vdz4wV0ddjJ63TKrDHUkKvOfDw=";
25+
cargoHash = "sha256-arJdqOggUaaiVLeuJuCumT5rIPrKA1WxUCbHfsN4BIw=";
2626

2727
nativeBuildInputs =
2828
[

0 commit comments

Comments
 (0)