llama-cpp: 8548 -> 8664

This commit is contained in:
Zirconium419122
2026-04-04 20:43:38 +02:00
parent c840ec202a
commit ccbb7532f0
+2 -6
View File
@@ -78,7 +78,7 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "8548";
version = "8664";
outputs = [
"out"
@@ -89,7 +89,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
owner = "ggml-org";
repo = "llama.cpp";
tag = "b${finalAttrs.version}";
hash = "sha256-DBsTZBkngCnPbSZzs9zqWgIN1+tn8xTJ8EkNYg3xaLE=";
hash = "sha256-JTQg8A+8S7O/GSnRTDmvQuwDSuss+ydv6JDrNxWNeK8=";
leaveDotGit = true;
postFetch = ''
git -C "$out" rev-parse --short HEAD > $out/COMMIT
@@ -99,10 +99,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
patches = [ ];
postPatch = ''
rm tools/server/public/index.html.gz
'';
nativeBuildInputs = [
cmake
installShellFiles