Unverified Commit 611fb321 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka Committed by GitHub
Browse files

Revert "llama-cpp: 6670 -> 6729"

parent 0eca3a2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,13 +75,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "llama-cpp";
  version = "6729";
  version = "6670";

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