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

llama-cpp: 2074 -> 2105
This commit is contained in:
Nick Cao
2024-02-10 10:32:45 -05:00
committed by GitHub
+2 -2
View File
@@ -31,13 +31,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "2074";
version = "2105";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-i5I0SsjnDSo+/EzKQzCLV/SNMlLdvY+h9jKN+KlN6L4=";
hash = "sha256-Xq/P7EN6dz2oW++bXhIMY7AhWgVk6hmuf4PmEaoVgMM=";
};
postPatch = ''