Skip to content

Commit

Permalink
koboldcpp: 1.80.1 -> 1.80.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DontEatOreo committed Dec 28, 2024
1 parent 9a24cae commit 5d1542a
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 @@ -41,13 +41,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "koboldcpp";
version = "1.80.1";
version = "1.80.3";

src = fetchFromGitHub {
owner = "LostRuins";
repo = "koboldcpp";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-CgJzYF8FnHk0zKdysGJWLnNo/MND24AbQdjRbDtv0II=";
hash = "sha256-uxqn4t2dDaVSkVilJOflNbG2Q3fH3Yid8qdEaDGfIcw=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 5d1542a

Please sign in to comment.