llama-cpp: 2636 -> 2674

This commit is contained in:
R. Ryantm 2024-04-14 23:18:05 +00:00
parent 3f9dfce316
commit 1897af2d37
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ''