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 1bb718d commit 8c3827aCopy full SHA for 8c3827a
pkgs/by-name/foundry/default.nix
@@ -13,16 +13,16 @@
13
}:
14
rustPlatform.buildRustPackage rec {
15
pname = "foundry";
16
- version = "1.4.2";
+ version = "1.4.3";
17
18
src = fetchFromGitHub {
19
owner = "foundry-rs";
20
repo = "foundry";
21
tag = "v${version}";
22
- hash = "sha256-axAZPyPaWm9xaKwF54Uko8120DB2AKZMJR++k2vTVhk=";
+ hash = "sha256-SrkFfc9+cb3nDqEOj3gRkQq9aKOSfk3s7a3EGka5ACw=";
23
};
24
25
- cargoHash = "sha256-rIQxk0hjRIzNPUQ8M1wzCJ6S11jM9wFurQqDZ8W6IF4=";
+ cargoHash = "sha256-PoPfuMNeK6ArZddBd0lsR2r8UrvRieqkxYZ8jCCxw5o=";
26
27
nativeBuildInputs =
28
[
0 commit comments