Skip to content

Commit b153d8f

Browse files
risc0: unstable-2025-03-12 -> 2.0.2-unstable-2025-05-02
Diff: risc0/risc0@2db67ac...1bb69ce
1 parent ca55c1c commit b153d8f

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.2-unstable-2025-05-02";
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 = "1bb69ce59be14c7df0b346ebf9b109fa94529f72";
41+
hash = "sha256-0Rws5EAfGDIiyq3pKuaURIdJhKDIaeFqY7QLXN9STA4=";
4242
};
4343
};
4444

0 commit comments

Comments
 (0)