llama-cpp: 9925 -> 10063

This commit is contained in:
R. Ryantm
2026-07-17 15:13:55 +00:00
parent 7d48cc922d
commit e7627a8b7f
+2 -2
View File
@@ -80,7 +80,7 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "9925";
version = "10063";
outputs = [
"out"
@@ -91,7 +91,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
owner = "ggml-org";
repo = "llama.cpp";
tag = "b${finalAttrs.version}";
hash = "sha256-yX8BrHA0fIgIozBGOXnN72KlfqIcR/mnO5ttUBLvxZE=";
hash = "sha256-mkvRK5vn0qK6iE8kMyN9Zo/zaaaKTzp6WV9QfrKrHWc=";
leaveDotGit = true;
postFetch = ''
git -C "$out" rev-parse --short HEAD > $out/COMMIT