Unverified Commit 571f928a authored by tomberek's avatar tomberek Committed by GitHub
Browse files

Merge pull request #304124 from r-ryantm/auto-update/llama-cpp

llama-cpp: 2636 -> 2674
parents b0c9ffd1 1897af2d
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 = "2636";
  version = "2674";

  src = fetchFromGitHub {
    owner = "ggerganov";
    repo = "llama.cpp";
    rev = "refs/tags/b${finalAttrs.version}";
    hash = "sha256-FAU9Kv8cfFmx2gCx5oFgPmBQnwVuhkqlxIsB1yWDHUY=";
    hash = "sha256-5Vc9DkXD83X22xRxZ2laCxrAZe2RdsL6FwR2tC/YGU0=";
  };

  postPatch = ''