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.81.0
1.88.0
1 parent 1c72f90 commit 25aebd6Copy full SHA for 25aebd6
packages/risc0-rust/default.nix
@@ -7,7 +7,15 @@
7
}:
8
stdenv.mkDerivation rec {
9
name = "risc0-rust";
10
- version = "1.81.0";
+ version = "1.88.0";
11
+
12
+ src = fetchGitHubReleaseAsset {
13
+ owner = "risc0";
14
+ repo = "rust";
15
+ tag = "r0.${version}";
16
+ asset = "rust-toolchain-x86_64-unknown-linux-gnu.tar.gz";
17
+ hash = "sha256-hyqx546hXs2bN5GYbPJfSr/paKopGDK6EmJZ1Fq7Y60=";
18
+ };
19
20
nativeBuildInputs = [
21
autoPatchelfHook
@@ -32,12 +40,4 @@ stdenv.mkDerivation rec {
32
40
33
41
runHook postInstall
34
42
'';
35
-
36
- src = fetchGitHubReleaseAsset {
37
- owner = "risc0";
38
- repo = "rust";
39
- tag = "r0.${version}";
- asset = "rust-toolchain-x86_64-unknown-linux-gnu.tar.gz";
- hash = "sha256-CzeZKT5Ubjk9nZZ2I12ak5Vnv2kFQNuueyzAF+blprU=";
- };
43
}
0 commit comments