llama-cpp: 1483 -> 1538

This commit is contained in:
annalee 2023-11-19 06:08:12 +00:00 committed by Jörg Thalheim
parent 05967f9a2c
commit 53aeb5c67b

View File

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