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

llama-cpp: 2294 -> 2346
This commit is contained in:
kirillrdy
2024-03-06 18:39:48 +11:00
committed by GitHub
+2 -2
View File
@@ -69,13 +69,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "2294";
version = "2346";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-uZi4Bj03PgfFV+jS5M+A1sMCWC/GMY5IyyrlR1b4Sh4=";
hash = "sha256-s937fAOUjid2H+6OQEMicdkFQVqPJ37GR+DMrCV1ky4=";
};
postPatch = ''