llama-cpp: 6981 -> 7342

This version includes a build fix for darwin:
https://github.com/ggml-org/llama.cpp/pull/17877
This commit is contained in:
Ihar Hrachyshka
2025-12-09 20:58:45 -05:00
parent 6a65168d97
commit 09a6a0c2dd
+2 -2
View File
@@ -73,13 +73,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "6981";
version = "7342";
src = fetchFromGitHub {
owner = "ggml-org";
repo = "llama.cpp";
tag = "b${finalAttrs.version}";
hash = "sha256-0WtiHDlMeb+m2XcMwkPFY1mtwVTwRJUoxQSwzpiRbts=";
hash = "sha256-x/Eq27wxEBSkcJnJXY8hQ7uL3zFVnAvMKvdoYh2AtPY=";
leaveDotGit = true;
postFetch = ''
git -C "$out" rev-parse --short HEAD > $out/COMMIT