Skip to content

Commit 6539d1b

Browse files
committed
1 parent 039db25 commit 6539d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ko/koboldcpp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ let
5353
in
5454
effectiveStdenv.mkDerivation (finalAttrs: {
5555
pname = "koboldcpp";
56-
version = "1.74";
56+
version = "1.75.2";
5757

5858
src = fetchFromGitHub {
5959
owner = "LostRuins";
6060
repo = "koboldcpp";
6161
rev = "refs/tags/v${finalAttrs.version}";
62-
hash = "sha256-tGG1+EGlCUmFpx/axijonOXydurwFxqjuoeDwHxC+pc=";
62+
hash = "sha256-olMlYzde97RSx0OmDULSOFlM3imUq3AVxQdXyYBPd3Q=";
6363
};
6464

6565
enableParallelBuilding = true;

0 commit comments

Comments
 (0)