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 137a0b4 commit 13ec948Copy full SHA for 13ec948
packages/jolt/default.nix
@@ -12,7 +12,7 @@
12
let
13
commonArgs = rec {
14
pname = "jolt";
15
- version = "unstable-2025-03-07";
+ version = "unstable-2025-03-12";
16
17
nativeBuildInputs = [
18
pkg-config
@@ -26,8 +26,8 @@ let
26
src = fetchFromGitHub {
27
owner = "a16z";
28
repo = "jolt";
29
- rev = "b22e78773cb84817137a510fc0fe06ffa928d138";
30
- hash = "sha256-8i6xhfHCGUwfrc0vMG2wxl1dELxuT+4JC7Z+x7ZjE10=";
+ rev = "dd81340637a51ddfb382c57237e9cd05f548555f";
+ hash = "sha256-AO7nIzyIAAiuTgvnGE9GZMkjBF5IQ0d8PvUcEQ/dZQo=";
31
fetchSubmodules = true;
32
};
33
0 commit comments