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

llama-cpp: 3672 -> 3772 (#342470)

parents 12c8f1b9 ab0db3f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -69,13 +69,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "llama-cpp";
  version = "3672";
  version = "3772";

  src = fetchFromGitHub {
    owner = "ggerganov";
    repo = "llama.cpp";
    rev = "refs/tags/b${finalAttrs.version}";
    hash = "sha256-m9mMmvIasoJkj0DAx/6TLdt5Qflbe1JqaU1VQ/8bEG0=";
    hash = "sha256-gJFCFhppaXs/9GReEjEZiU/BZ51pjl7IBsUN04uTls0=";
    leaveDotGit = true;
    postFetch = ''
      git -C "$out" rev-parse --short HEAD > $out/COMMIT