This commit is contained in:
TheK0tYaRa 2026-03-04 01:02:47 +02:00
parent 36c8789a52
commit c146f846de
8 changed files with 228 additions and 52 deletions

View file

@ -1,11 +1,11 @@
final: prev: {
llama-cpp = prev.llama-cpp.overrideAttrs (old: rec {
version = "8018";
version = "8124";
src = prev.fetchFromGitHub {
owner = "ggml-org";
repo = "llama.cpp";
tag = "b${version}";
hash = "sha256-V60fAIZHVse3mD4Q7LodL2UxspdZorDDsSqlB/lMyGE=";
hash = old.src.hash;
};
# nativeBuildInputs = old.nativeBuildInputs ++ [ prev.pkgs.curl ];
});