koboldcpp: 1.74 -> 1.75.2

Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.75.2
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.74...v1.75.2
(cherry picked from commit 6539d1b561)
This commit is contained in:
DontEatOreo 2024-09-23 16:40:06 +03:00 committed by github-actions[bot]
parent 41629f841b
commit a280bb1899

View File

@ -53,13 +53,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "koboldcpp";
version = "1.74";
version = "1.75.2";
src = fetchFromGitHub {
owner = "LostRuins";
repo = "koboldcpp";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-tGG1+EGlCUmFpx/axijonOXydurwFxqjuoeDwHxC+pc=";
hash = "sha256-olMlYzde97RSx0OmDULSOFlM3imUq3AVxQdXyYBPd3Q=";
};
enableParallelBuilding = true;