Skip to content

Commit 4642f3e

Browse files
committed
chore(risc0-rust): Move leading version number to src.tag
1 parent 3a87044 commit 4642f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/risc0-rust/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}:
77
stdenv.mkDerivation rec {
88
name = "risc0-rust";
9-
version = "0.1.81.0";
9+
version = "1.81.0";
1010

1111
nativeBuildInputs = [
1212
autoPatchelfHook
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
2424
src = fetchGitHubReleaseAsset {
2525
owner = "risc0";
2626
repo = "rust";
27-
tag = "r${version}";
27+
tag = "r0.${version}";
2828
asset = "rust-toolchain-x86_64-unknown-linux-gnu.tar.gz";
2929
hash = "sha256-CzeZKT5Ubjk9nZZ2I12ak5Vnv2kFQNuueyzAF+blprU=";
3030
};

0 commit comments

Comments
 (0)