Skip to content

Commit 8c3827a

Browse files
foundry: 1.4.2 -> 1.4.3 (#720)
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 1bb718d commit 8c3827a

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

1818
src = fetchFromGitHub {
1919
owner = "foundry-rs";
2020
repo = "foundry";
2121
tag = "v${version}";
22-
hash = "sha256-axAZPyPaWm9xaKwF54Uko8120DB2AKZMJR++k2vTVhk=";
22+
hash = "sha256-SrkFfc9+cb3nDqEOj3gRkQq9aKOSfk3s7a3EGka5ACw=";
2323
};
2424

25-
cargoHash = "sha256-rIQxk0hjRIzNPUQ8M1wzCJ6S11jM9wFurQqDZ8W6IF4=";
25+
cargoHash = "sha256-PoPfuMNeK6ArZddBd0lsR2r8UrvRieqkxYZ8jCCxw5o=";
2626

2727
nativeBuildInputs =
2828
[

0 commit comments

Comments
 (0)