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 d108ed9 commit 9e4aa01Copy full SHA for 9e4aa01
packages/jolt/default.nix
@@ -11,7 +11,7 @@
11
let
12
commonArgs = rec {
13
pname = "jolt";
14
- version = "unstable-2024-12-04";
+ version = "unstable-2024-12-18";
15
16
nativeBuildInputs = [
17
pkg-config
@@ -25,8 +25,8 @@ let
25
src = fetchFromGitHub {
26
owner = "a16z";
27
repo = "jolt";
28
- rev = "1c5fad8a0857f9599a668336d57537f2dd61e68b";
29
- hash = "sha256-VIFUqX5iTUyn+H0RgqmbXhvqkVI/akE9Ar/A33GuwDs=";
+ rev = "f1e5ab3cb2f55eb49c17c249039294184d27fdba";
+ hash = "sha256-yr+JzZ3GIbwncEzfcrDmfxzph3YAI8dNLxcCXWT8520=";
30
fetchSubmodules = true;
31
};
32
0 commit comments