Skip to content

Commit 795a271

Browse files
authored
foundry: 0.3.0 -> 1.0.0 (#382051)
2 parents 2b1992d + c9dfe44 commit 795a271

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313

1414
rustPlatform.buildRustPackage rec {
1515
pname = "foundry";
16-
version = "0.3.0";
16+
version = "1.0.0";
1717

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

2525
useFetchCargoVendor = true;
26-
cargoHash = "sha256-5URvuHnpaceRbMqzTA+NRvpp/WLdf+zfmYhIMPiOhNk=";
26+
cargoHash = "sha256-vVRFS7o0zV+ek9ho+URks6peOryMpFCE1sDzN9g7uH0=";
2727

2828
nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.isDarwin [ darwin.DarwinTools ];
2929

0 commit comments

Comments
 (0)