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 3a87044 commit 4642f3eCopy full SHA for 4642f3e
packages/risc0-rust/default.nix
@@ -6,7 +6,7 @@
6
}:
7
stdenv.mkDerivation rec {
8
name = "risc0-rust";
9
- version = "0.1.81.0";
+ version = "1.81.0";
10
11
nativeBuildInputs = [
12
autoPatchelfHook
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
24
src = fetchGitHubReleaseAsset {
25
owner = "risc0";
26
repo = "rust";
27
- tag = "r${version}";
+ tag = "r0.${version}";
28
asset = "rust-toolchain-x86_64-unknown-linux-gnu.tar.gz";
29
hash = "sha256-CzeZKT5Ubjk9nZZ2I12ak5Vnv2kFQNuueyzAF+blprU=";
30
};
0 commit comments