koboldcpp: 1.94 -> 1.95.1 (#423317)

Co-authored-by: DontEatOreo <DontEatOreo@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-13 10:45:58 +00:00 committed by GitHub
commit f517150925
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,13 +41,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "koboldcpp";
version = "1.94";
version = "1.95.1";
src = fetchFromGitHub {
owner = "LostRuins";
repo = "koboldcpp";
tag = "v${finalAttrs.version}";
hash = "sha256-qWH8yGjDTkMPLHjfMopfQKyBA5T1HHgllEH9Joceq3s=";
hash = "sha256-aoVOEPK3hPuzkrHIFvDrnAw2D/OxXlRLXXP0CZJghx4=";
};
enableParallelBuilding = true;