Unverified Commit dbe58299 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

llama-cpp: 5186 -> 5311 (#405249)

parents 99640ef9 b166dcbb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,13 +72,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "llama-cpp";
  version = "5186";
  version = "5311";

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