We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5a40d commit 29b3684Copy full SHA for 29b3684
packages/sp1/default.nix
@@ -1,7 +1,8 @@
1
{
2
- sp1-rust,
+ rust-bin,
3
craneLib-nightly,
4
fetchFromGitHub,
5
+ fetchGitHubFile,
6
installSourceAndCargo,
7
pkg-config,
8
openssl,
@@ -10,7 +11,7 @@
10
11
let
12
commonArgs = rec {
13
pname = "sp1";
- version = "unstable-2025-02-09";
14
+ version = "unstable-2025-02-19";
15
16
nativeBuildInputs = [
17
pkg-config
@@ -20,8 +21,8 @@ let
20
21
src = fetchFromGitHub {
22
owner = "succinctlabs";
23
repo = "sp1";
- rev = "f4f9fb42332d9cd7371933dd18d1e2e0eef44429";
24
- hash = "sha256-sX3E3uKGlm0vTLtGcHvo7AQIIPxVX1CSkeOaCyHIhDA=";
+ rev = "9aa8e1c01950102723e8923f05ef368dd2db8333";
25
+ hash = "sha256-kJlEHQCgIL+cj2sXdVmxrrK4xKXVg27kchm1PphRyxQ=";
26
fetchSubmodules = true;
27
};
28
0 commit comments