koboldcpp: 1.77 -> 1.78

Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.78
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.77...v1.78
(cherry picked from commit 683a41fcb2)
This commit is contained in:
DontEatOreo 2024-11-16 15:55:45 +00:00 committed by github-actions[bot]
parent bf6132dc79
commit 55dd774350

View File

@ -53,13 +53,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "koboldcpp";
version = "1.77";
version = "1.78";
src = fetchFromGitHub {
owner = "LostRuins";
repo = "koboldcpp";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-dyu//4LRjpdxkyA9M5yNDO0DA7inZZjH4pSkj6l2afk=";
hash = "sha256-6RvodNWO/IVGlKxC/zt0itYDzymhk+hEBpbmQ1jHigU=";
};
enableParallelBuilding = true;