Skip to content

Commit a51ade7

Browse files
committed
chore(pkgs/zkvms): Update all to latest version (2025-02-26)
1 parent 58e017e commit a51ade7

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

3131
nativeBuildInputs = [
3232
autoPatchelfHook
@@ -38,8 +38,8 @@ let
3838
src = fetchFromGitHub {
3939
owner = "risc0";
4040
repo = "risc0";
41-
rev = "46309f7d111fb0a76322a7bdbcf6be96b73432cc";
42-
hash = "sha256-B0H059/8mUbnptZPpQOXt7Ygad5aGSZ3PAqhTkvCSIw=";
41+
rev = "42f5b47bc01cd7eb1e63948ee923780d0b350d94";
42+
hash = "sha256-Q/P6xn8vmUnFBp957nMdN+2VnUn8LzpHVvNygizEBiE=";
4343
};
4444
};
4545

0 commit comments

Comments
 (0)