Skip to content

Commit e7d3084

Browse files
risc0: unstable-2025-03-12 -> 2.0.1-unstable-2025-04-11
Diff: risc0/risc0@2db67ac...a2fd8fa
1 parent 9f161d4 commit e7d3084

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.1-unstable-2025-04-11";
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 = "a2fd8fa9514992a4707ce50bd59cd55d87b0612e";
41+
hash = "sha256-6iZBwHX2/jTUufrVfdEimGGjy99AJcnE6ofCE1yGLt8=";
4242
};
4343
};
4444

0 commit comments

Comments
 (0)