Skip to content

Commit

Permalink
koboldcpp: 1.80.3 -> 1.81 (#371005)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Jan 6, 2025
2 parents 1f3fe1d + 55b977f commit 23209a9
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.80.3";
version = "1.81";

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

enableParallelBuilding = true;
Expand Down

0 comments on commit 23209a9

Please sign in to comment.