Skip to content

Commit 13ec948

Browse files
committed
chore(pkgs/zkvms): Update all to latest version (2025-03-12)
1 parent 137a0b4 commit 13ec948

File tree

5 files changed

+209
-146
lines changed

5 files changed

+209
-146
lines changed

packages/jolt/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
let
1313
commonArgs = rec {
1414
pname = "jolt";
15-
version = "unstable-2025-03-07";
15+
version = "unstable-2025-03-12";
1616

1717
nativeBuildInputs = [
1818
pkg-config
@@ -26,8 +26,8 @@ let
2626
src = fetchFromGitHub {
2727
owner = "a16z";
2828
repo = "jolt";
29-
rev = "b22e78773cb84817137a510fc0fe06ffa928d138";
30-
hash = "sha256-8i6xhfHCGUwfrc0vMG2wxl1dELxuT+4JC7Z+x7ZjE10=";
29+
rev = "dd81340637a51ddfb382c57237e9cd05f548555f";
30+
hash = "sha256-AO7nIzyIAAiuTgvnGE9GZMkjBF5IQ0d8PvUcEQ/dZQo=";
3131
fetchSubmodules = true;
3232
};
3333
};

0 commit comments

Comments
 (0)