Merge pull request #288502 from r-ryantm/auto-update/llama-cpp

llama-cpp: 2105 -> 2135
This commit is contained in:
a-n-n-a-l-e-e
2024-02-14 19:24:00 -08:00
committed by GitHub
+2 -2
View File
@@ -31,13 +31,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "2105";
version = "2135";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-Xq/P7EN6dz2oW++bXhIMY7AhWgVk6hmuf4PmEaoVgMM=";
hash = "sha256-rYK5YaqzJXlAaSNXz37cDMhAr+OEGprfzTdtpd4/6jY=";
};
postPatch = ''