We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d66c938 + 6539d1b commit 30439d9Copy full SHA for 30439d9
pkgs/by-name/ko/koboldcpp/package.nix
@@ -53,13 +53,13 @@ let
53
in
54
effectiveStdenv.mkDerivation (finalAttrs: {
55
pname = "koboldcpp";
56
- version = "1.74";
+ version = "1.75.2";
57
58
src = fetchFromGitHub {
59
owner = "LostRuins";
60
repo = "koboldcpp";
61
rev = "refs/tags/v${finalAttrs.version}";
62
- hash = "sha256-tGG1+EGlCUmFpx/axijonOXydurwFxqjuoeDwHxC+pc=";
+ hash = "sha256-olMlYzde97RSx0OmDULSOFlM3imUq3AVxQdXyYBPd3Q=";
63
};
64
65
enableParallelBuilding = true;
0 commit comments