Skip to content

Commit b7f6f10

Browse files
committed
chore(pkgs/zkvms): Update all to latest version (2025-02-17)
1 parent 9d3e53f commit b7f6f10

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-02-12";
29+
version = "unstable-2025-02-14";
3030

3131
nativeBuildInputs = [
3232
autoPatchelfHook
@@ -38,8 +38,8 @@ let
3838
src = fetchFromGitHub {
3939
owner = "risc0";
4040
repo = "risc0";
41-
rev = "87a82961b99ff8d98b99825425f6d77557b8d362";
42-
hash = "sha256-stl7s7FGy35NvWlPRweFhOSHq5U9Ov5fuzBg3KVx+uY=";
41+
rev = "0181c41119cf14e3f0f302e5ede1f20f6a1f81ce";
42+
hash = "sha256-BbTB00HtIFOChShirHXLjZoCd1jHlcCv4M4XsCB1TCA=";
4343
};
4444
};
4545

0 commit comments

Comments
 (0)