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

Revert "llama-cpp: 6981 -> 7062" (#462096)

parents 06713b42 8145a644
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -74,13 +74,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "llama-cpp";
  version = "7062";
  version = "6981";

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