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.
1 parent 086a268 commit 2b82e45Copy full SHA for 2b82e45
pkgs/by-name/foundry/default.nix
@@ -13,16 +13,16 @@
13
}:
14
rustPlatform.buildRustPackage rec {
15
pname = "foundry";
16
- version = "1.3.0";
+ version = "1.4.0";
17
18
src = fetchFromGitHub {
19
owner = "foundry-rs";
20
repo = "foundry";
21
tag = "v${version}";
22
- hash = "sha256-YMeGTPx3kqQ9CKFiH7rUEYzK0BCPksC1XIGfOj5MVd0=";
+ hash = "sha256-g3iPUAVrn/hEzfn5kZ6kbRlhDwq6BSCwxiYxdxwc7OY=";
23
};
24
25
- cargoHash = "sha256-TZTnaPsnfRjtfFMw5vdz4wV0ddjJ63TKrDHUkKvOfDw=";
+ cargoHash = "sha256-arJdqOggUaaiVLeuJuCumT5rIPrKA1WxUCbHfsN4BIw=";
26
27
nativeBuildInputs =
28
[
0 commit comments