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 25665d9 commit 964448aCopy full SHA for 964448a
pkgs/by-name/fo/foundry/default.nix
@@ -11,13 +11,13 @@
11
}:
12
rustPlatform.buildRustPackage rec {
13
pname = "foundry";
14
- version = "1.0.0";
+ version = "1.2.1";
15
16
src = fetchFromGitHub {
17
owner = "foundry-rs";
18
repo = "foundry";
19
rev = "v${version}";
20
- hash = "sha256-YTsneUj5OPw7EyKZMFLJJeAtZoD0je1DdmfMjVju4L8=";
+ hash = "sha256-oTeG1HwqLfPAq5e1V4W9YeyQaJ9jFNolfw4+oyHwZFY=";
21
};
22
23
cargoLock = {
0 commit comments