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 474c855 commit 9b58370Copy full SHA for 9b58370
packages/sp1/default.nix
@@ -10,7 +10,7 @@
10
let
11
commonArgs = rec {
12
pname = "sp1";
13
- version = "unstable-2025-03-10";
+ version = "4.1.7-unstable-2025-04-11";
14
15
nativeBuildInputs = [
16
pkg-config
@@ -20,8 +20,8 @@ let
20
src = fetchFromGitHub {
21
owner = "succinctlabs";
22
repo = "sp1";
23
- rev = "342422d99bd9b68aee718b70a53446dfe7ee3f3a";
24
- hash = "sha256-z3PbRb3Oj2+GCXnnM3EBVP9+oZU7C6o3mwRpjN2z7gU=";
+ rev = "3b4d4af4e05709cb34f7ce46abf8d7d57db5d258";
+ hash = "sha256-EWG2Qc6SqhzMo5V3TG5dVSL7ELfmdfVpU+vZXLp6kNo=";
25
fetchSubmodules = true;
26
};
27
0 commit comments