Skip to content

Commit 4dacc14

Browse files
risc0: unstable-2025-03-12 -> 2.0.0-rc.3-unstable-2025-03-20
Diff: risc0/risc0@2db67ac...58f20bb
1 parent a1439cb commit 4dacc14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/risc0/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let
2525

2626
commonArgs = rec {
2727
pname = "risc0";
28-
version = "unstable-2025-03-12";
28+
version = "2.0.0-rc.3-unstable-2025-03-20";
2929

3030
nativeBuildInputs = [
3131
autoPatchelfHook
@@ -37,8 +37,8 @@ let
3737
src = fetchFromGitHub {
3838
owner = "risc0";
3939
repo = "risc0";
40-
rev = "2db67acadc4e1283f08993b5dcfcfc7afba6bbbd";
41-
hash = "sha256-eMFoz821x2NjibbTPF/i6rqRbqZ4g6njVDHc/udIDnA=";
40+
rev = "58f20bbc8346557c901a8e277fd687eac3003fff";
41+
hash = "sha256-Q22+rj3ZyDQAO8Sq9x+kp6Tavhy6knwbb1L+T6/dZH4=";
4242
};
4343
};
4444

0 commit comments

Comments
 (0)