llama-cpp: 4798 -> 4889

This commit is contained in:
R. Ryantm
2025-03-15 15:13:55 +05:30
committed by Masum Reza
parent d8ba36e42d
commit ac83b6bfcf
+2 -2
View File
@@ -82,13 +82,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "4798";
version = "4889";
src = fetchFromGitHub {
owner = "ggml-org";
repo = "llama.cpp";
tag = "b${finalAttrs.version}";
hash = "sha256-XGtCfwBDmW7hktz+VkYnSqrmUX/SIdeeFx5rHKN+5cU=";
hash = "sha256-Xqg14Cxjclat28iAWXmZ1H+vuVLLOP8bMH72+A6QgkY=";
leaveDotGit = true;
postFetch = ''
git -C "$out" rev-parse --short HEAD > $out/COMMIT