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 b5d0bfa commit 22739abCopy full SHA for 22739ab
packages/sp1/default.nix
@@ -9,7 +9,7 @@
9
let
10
commonArgs = rec {
11
pname = "sp1";
12
- version = "unstable-2024-12-07";
+ version = "unstable-2024-12-23";
13
14
nativeBuildInputs = [
15
pkg-config
@@ -19,8 +19,8 @@ let
19
src = fetchFromGitHub {
20
owner = "succinctlabs";
21
repo = "sp1";
22
- rev = "aa5d95360403878c947d1e72b84d7f24cc5ce228";
23
- hash = "sha256-cF9VXS56h3QTXUwHW2xcfUruNTcw2xAoUVX/rv7Kkw8=";
+ rev = "bfb0c6d8e045b5f40422b9c06cb0e9ee21b3c19c";
+ hash = "sha256-gPSjsN0ixoP240ovGfahqRPOsuHFlXwfiVu48KrM4Xs=";
24
fetchSubmodules = true;
25
};
26
0 commit comments