llama-cpp: 1538 -> 1573

This commit is contained in:
R. Ryantm 2023-11-28 07:26:02 +00:00
parent c76b72caa4
commit 72268042cf

View File

@ -38,13 +38,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "1538";
version = "1573";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-3JPGKJbO7Z3Jxz9KNSLYBAM7zQ+RJwBqsfRtpK6JS48=";
hash = "sha256-FEH0SI87qtezc++TAR38wfldx6/1GknuTBWGn+UyFPI=";
};
patches = [