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

llama-cpp: 2382 -> 2424
This commit is contained in:
Nick Cao 2024-03-15 14:33:09 -04:00 committed by GitHub
commit 164cc796f7
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 = "2382";
version = "2424";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-VIh9StxfZrweOh6IU2MDJRFVu7TelngHGw7enSx5tL4=";
hash = "sha256-nzO6qL7X8PwGgy3fZAwQHoPBWLXorWf9kBeEWZCm1ZM=";
};
postPatch = ''