Skip to content

Commit 29b3684

Browse files
committed
chore(pkgs/zkvms): Update all to latest version (2025-02-19)
1 parent cd5a40d commit 29b3684

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/sp1/default.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
sp1-rust,
2+
rust-bin,
33
craneLib-nightly,
44
fetchFromGitHub,
5+
fetchGitHubFile,
56
installSourceAndCargo,
67
pkg-config,
78
openssl,
@@ -10,7 +11,7 @@
1011
let
1112
commonArgs = rec {
1213
pname = "sp1";
13-
version = "unstable-2025-02-09";
14+
version = "unstable-2025-02-19";
1415

1516
nativeBuildInputs = [
1617
pkg-config
@@ -20,8 +21,8 @@ let
2021
src = fetchFromGitHub {
2122
owner = "succinctlabs";
2223
repo = "sp1";
23-
rev = "f4f9fb42332d9cd7371933dd18d1e2e0eef44429";
24-
hash = "sha256-sX3E3uKGlm0vTLtGcHvo7AQIIPxVX1CSkeOaCyHIhDA=";
24+
rev = "9aa8e1c01950102723e8923f05ef368dd2db8333";
25+
hash = "sha256-kJlEHQCgIL+cj2sXdVmxrrK4xKXVg27kchm1PphRyxQ=";
2526
fetchSubmodules = true;
2627
};
2728
};

0 commit comments

Comments
 (0)