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 ecee864 commit 374e437Copy full SHA for 374e437
pkgs/by-name/foundry/default.nix
@@ -13,16 +13,16 @@
13
}:
14
rustPlatform.buildRustPackage rec {
15
pname = "foundry";
16
- version = "1.4.0";
+ version = "1.4.1";
17
18
src = fetchFromGitHub {
19
owner = "foundry-rs";
20
repo = "foundry";
21
tag = "v${version}";
22
- hash = "sha256-g3iPUAVrn/hEzfn5kZ6kbRlhDwq6BSCwxiYxdxwc7OY=";
+ hash = "sha256-aqJzroRXUT1zO+RyH5QE9ZedapfkIwRmZtAfn0GYEX4=";
23
};
24
25
- cargoHash = "sha256-arJdqOggUaaiVLeuJuCumT5rIPrKA1WxUCbHfsN4BIw=";
+ cargoHash = "sha256-wmHC6Jpd+6VUjb21cCQEg11kLW0J4EM+FTQn/boQxRI=";
26
27
nativeBuildInputs =
28
[
0 commit comments