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 2450a1e commit 3faf753Copy full SHA for 3faf753
pkgs/by-name/ll/llama-cpp/package.nix
@@ -72,13 +72,13 @@ let
72
in
73
effectiveStdenv.mkDerivation (finalAttrs: {
74
pname = "llama-cpp";
75
- version = "5311";
+ version = "5416";
76
77
src = fetchFromGitHub {
78
owner = "ggml-org";
79
repo = "llama.cpp";
80
tag = "b${finalAttrs.version}";
81
- hash = "sha256-xjWr3pdnH1OlLlk5OMgleJus3fBpOoOUlyeCC5IRh+E=";
+ hash = "sha256-/UFfHPGJRPnLEA9JninLazrwO3koE5AaK4oHK7yoN+0=";
82
leaveDotGit = true;
83
postFetch = ''
84
git -C "$out" rev-parse --short HEAD > $out/COMMIT
0 commit comments