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

llama-cpp: 2424 -> 2454
This commit is contained in:
Pol Dellaiera 2024-03-18 15:41:47 +01:00 committed by GitHub
commit f8203437bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,13 +69,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "2424";
version = "2454";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-nzO6qL7X8PwGgy3fZAwQHoPBWLXorWf9kBeEWZCm1ZM=";
hash = "sha256-eZvApj2yLFCbS/TWaHeXJIVQ4PXbPlrxxu/eiov2T8k=";
};
postPatch = ''