Commit ac83b6bf authored by R. RyanTM's avatar R. RyanTM Committed by Masum Reza
Browse files

llama-cpp: 4798 -> 4889

parent d8ba36e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -82,13 +82,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "llama-cpp";
  version = "4798";
  version = "4889";

  src = fetchFromGitHub {
    owner = "ggml-org";
    repo = "llama.cpp";
    tag = "b${finalAttrs.version}";
    hash = "sha256-XGtCfwBDmW7hktz+VkYnSqrmUX/SIdeeFx5rHKN+5cU=";
    hash = "sha256-Xqg14Cxjclat28iAWXmZ1H+vuVLLOP8bMH72+A6QgkY=";
    leaveDotGit = true;
    postFetch = ''
      git -C "$out" rev-parse --short HEAD > $out/COMMIT