Skip to content

Commit 0997d31

Browse files
authored
llama-cpp: 4397 -> 4450 (#372310)
2 parents 233b82e + a3a9598 commit 0997d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ll/llama-cpp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ let
8181
in
8282
effectiveStdenv.mkDerivation (finalAttrs: {
8383
pname = "llama-cpp";
84-
version = "4397";
84+
version = "4450";
8585

8686
src = fetchFromGitHub {
8787
owner = "ggerganov";
8888
repo = "llama.cpp";
8989
tag = "b${finalAttrs.version}";
90-
hash = "sha256-zPWx8gdai8OfoBCr2X2oJYg45ipLselYZMrL+MbQ1AY=";
90+
hash = "sha256-YOfG0Bt59P9yOzbbKZ5UZng6W+XG+LBOcdieUONn/hQ=";
9191
leaveDotGit = true;
9292
postFetch = ''
9393
git -C "$out" rev-parse --short HEAD > $out/COMMIT

0 commit comments

Comments
 (0)