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

llama-cpp: 1538 -> 1573
This commit is contained in:
Pol Dellaiera
2023-11-29 20:07:15 +01:00
committed by GitHub
+2 -2
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 = [