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

llama-cpp: 2346 -> 2382
This commit is contained in:
Pol Dellaiera 2024-03-10 13:55:41 +01:00 committed by GitHub
commit 7b7c5b7419
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 = "2346";
version = "2382";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-s937fAOUjid2H+6OQEMicdkFQVqPJ37GR+DMrCV1ky4=";
hash = "sha256-VIh9StxfZrweOh6IU2MDJRFVu7TelngHGw7enSx5tL4=";
};
postPatch = ''