Skip to content

Commit 39daef6

Browse files
committed
chore(pkgs/sp1): Update to latest version (2025-02-09)
1 parent 5482de4 commit 39daef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/sp1/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
let
1111
commonArgs = rec {
1212
pname = "sp1";
13-
version = "unstable-2024-12-23";
13+
version = "unstable-2025-02-09";
1414

1515
nativeBuildInputs = [
1616
pkg-config
@@ -20,8 +20,8 @@ let
2020
src = fetchFromGitHub {
2121
owner = "succinctlabs";
2222
repo = "sp1";
23-
rev = "bfb0c6d8e045b5f40422b9c06cb0e9ee21b3c19c";
24-
hash = "sha256-gPSjsN0ixoP240ovGfahqRPOsuHFlXwfiVu48KrM4Xs=";
23+
rev = "6a921fb256ce949c57bae7c83c49f8aaa6c35f3c";
24+
hash = "sha256-OCwl4M5ln3onl70e/otznsuTcAd/AIE02stMLL4JTWI=";
2525
fetchSubmodules = true;
2626
};
2727
};

0 commit comments

Comments
 (0)