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

llama-cpp: 2167 -> 2212
This commit is contained in:
Pol Dellaiera 2024-02-22 08:55:35 +01:00 committed by GitHub
commit 44dbbcea48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,13 +31,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "2167";
version = "2212";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-b6q4yqhEO2UMmaUy06+3zDVXwwkYgRRb55PP57D7UVQ=";
hash = "sha256-lB+/iA0b5JmIgpmQ0/M32Q52Y0VVOCoeiBpLe4owYsc=";
};
postPatch = ''