Unverified Commit cfe3cc1a authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

llama-cpp: 4450 -> 4525 (#375779)

parents ebc92b00 64a1d5a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -81,13 +81,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "llama-cpp";
  version = "4450";
  version = "4525";

  src = fetchFromGitHub {
    owner = "ggerganov";
    repo = "llama.cpp";
    tag = "b${finalAttrs.version}";
    hash = "sha256-YOfG0Bt59P9yOzbbKZ5UZng6W+XG+LBOcdieUONn/hQ=";
    hash = "sha256-U+JkD61ThCJUSnG2MMR61BSijyoQNg1mPLSKgSgNBCk=";
    leaveDotGit = true;
    postFetch = ''
      git -C "$out" rev-parse --short HEAD > $out/COMMIT