We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b1992d + c9dfe44 commit 795a271Copy full SHA for 795a271
pkgs/by-name/fo/foundry/package.nix
@@ -13,17 +13,17 @@
13
14
rustPlatform.buildRustPackage rec {
15
pname = "foundry";
16
- version = "0.3.0";
+ version = "1.0.0";
17
18
src = fetchFromGitHub {
19
owner = "foundry-rs";
20
repo = "foundry";
21
tag = "v${version}";
22
- hash = "sha256-SdxcNbe8/dNZ4JcxKksWmDBAvQorpC8ePvQgnyeKgxU=";
+ hash = "sha256-YTsneUj5OPw7EyKZMFLJJeAtZoD0je1DdmfMjVju4L8=";
23
};
24
25
useFetchCargoVendor = true;
26
- cargoHash = "sha256-5URvuHnpaceRbMqzTA+NRvpp/WLdf+zfmYhIMPiOhNk=";
+ cargoHash = "sha256-vVRFS7o0zV+ek9ho+URks6peOryMpFCE1sDzN9g7uH0=";
27
28
nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.isDarwin [ darwin.DarwinTools ];
29
0 commit comments