Skip to content

Commit 374e437

Browse files
foundry: 1.4.0 -> 1.4.1 (#708)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nix-flake-auto-update[bot] <234984901+nix-flake-auto-update[bot]@users.noreply.github.com>
1 parent ecee864 commit 374e437

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.4.0";
16+
version = "1.4.1";
1717

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

25-
cargoHash = "sha256-arJdqOggUaaiVLeuJuCumT5rIPrKA1WxUCbHfsN4BIw=";
25+
cargoHash = "sha256-wmHC6Jpd+6VUjb21cCQEg11kLW0J4EM+FTQn/boQxRI=";
2626

2727
nativeBuildInputs =
2828
[

0 commit comments

Comments
 (0)