Skip to content

Commit f06f8ca

Browse files
foundry: 1.4.4 -> 1.5.0 (#780)
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 1643bcd commit f06f8ca

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

1818
src = fetchFromGitHub {
1919
owner = "foundry-rs";
2020
repo = "foundry";
2121
tag = "v${version}";
22-
hash = "sha256-u+JCurH1gx4onC5Poxxd9+gVrUyyebcd6xnXY4Le6Rs=";
22+
hash = "sha256-mbOv5XZH+AYZQjSUI+ksuAdLxZyRdF0LXK/8Q1DIgrU=";
2323
};
2424

25-
cargoHash = "sha256-JLuCZckiNv0t+kPuDk6TWmPIXKOvqf3HR/oFrQ5fKKQ=";
25+
cargoHash = "sha256-vws7LcBRtoha+Sa4TLDNxMKA8caKkWFOauCLZs6we4Y=";
2626

2727
nativeBuildInputs =
2828
[

0 commit comments

Comments
 (0)