Skip to content

Commit ec25bfa

Browse files
committed
chore(pkgs/zkvms): Update all to latest version (2025-03-05)
1 parent 6ac9b3a commit ec25bfa

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
@@ -26,7 +26,7 @@ let
2626

2727
commonArgs = rec {
2828
pname = "risc0";
29-
version = "unstable-2025-03-01";
29+
version = "unstable-2025-03-05";
3030

3131
nativeBuildInputs = [
3232
autoPatchelfHook
@@ -38,8 +38,8 @@ let
3838
src = fetchFromGitHub {
3939
owner = "risc0";
4040
repo = "risc0";
41-
rev = "c68360f7e9089a6beddfe2ca4c954afbd6041a84";
42-
hash = "sha256-yg8AVkDWCAhLnMEKfYSdRI7FehwxQXAsp5JDZWmH1oc=";
41+
rev = "72e272696bf890ec227ec0f24c43eebd0168d26d";
42+
hash = "sha256-9v8Qa9OGnIKN4seZ/n/Ramd5uMayOdVKskeuV5aIdPw=";
4343
};
4444
};
4545

0 commit comments

Comments
 (0)