Skip to content

Commit

Permalink
koboldcpp: 1.81 -> 1.81.1 (#372960)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 11, 2025
2 parents 4c0c2a9 + 28656fa commit 27b4463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ko/koboldcpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "koboldcpp";
version = "1.81";
version = "1.81.1";

src = fetchFromGitHub {
owner = "LostRuins";
repo = "koboldcpp";
tag = "v${finalAttrs.version}";
hash = "sha256-VRT/8rlLI3J/w8hPJ+g7UYSczbRwemz6R8bO+HLAiMM=";
hash = "sha256-Ndi7EQ4Idh946iQuf1mFluLh+9SEfTRtIu8uYN9uHpE=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 27b4463

Please sign in to comment.