Commit fdcc5233 authored by R. RyanTM's avatar R. RyanTM
Browse files

llama-cpp: 2674 -> 2700

parent 44fa1ee8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,13 +72,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "llama-cpp";
  version = "2674";
  version = "2700";

  src = fetchFromGitHub {
    owner = "ggerganov";
    repo = "llama.cpp";
    rev = "refs/tags/b${finalAttrs.version}";
    hash = "sha256-5Vc9DkXD83X22xRxZ2laCxrAZe2RdsL6FwR2tC/YGU0=";
    hash = "sha256-gR50T++TE9/tlIjSQDp2FR+wiUSpyA+Fh7Nzg/y3zPE=";
  };

  postPatch = ''