Skip to content

Commit a6eb771

Browse files
risc0: unstable-2025-03-12 -> 2.0.1-unstable-2025-04-04
Diff: risc0/risc0@2db67ac...9430c8a
1 parent 15bdcaa commit a6eb771

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-04";
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 = "9430c8a93e79ffeed34ed6794f5be05c7ecac4dc";
41+
hash = "sha256-qHCLAUmE4NfqkjLiuf9wVQIlLa8ZocdpyxdCdqM6LVo=";
4242
};
4343
};
4444

0 commit comments

Comments
 (0)