Skip to content

Commit b166dcb

Browse files
committed
llama-cpp: 5186 -> 5311
1 parent 6724b0b commit b166dcb

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
@@ -72,13 +72,13 @@ let
7272
in
7373
effectiveStdenv.mkDerivation (finalAttrs: {
7474
pname = "llama-cpp";
75-
version = "5186";
75+
version = "5311";
7676

7777
src = fetchFromGitHub {
7878
owner = "ggml-org";
7979
repo = "llama.cpp";
8080
tag = "b${finalAttrs.version}";
81-
hash = "sha256-f07FvHgRobUbei06kcKHJ1ulLCYARAvo64oWsDBwHO0=";
81+
hash = "sha256-xjWr3pdnH1OlLlk5OMgleJus3fBpOoOUlyeCC5IRh+E=";
8282
leaveDotGit = true;
8383
postFetch = ''
8484
git -C "$out" rev-parse --short HEAD > $out/COMMIT

0 commit comments

Comments
 (0)