0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

koboldcpp: 1.82.4 -> 1.83.1 (#380684)

This commit is contained in:
Masum Reza 2025-02-12 16:14:30 +05:30 committed by GitHub
commit cbb30c382d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,13 +40,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "koboldcpp";
version = "1.82.4";
version = "1.83.1";
src = fetchFromGitHub {
owner = "LostRuins";
repo = "koboldcpp";
tag = "v${finalAttrs.version}";
hash = "sha256-ObQJS6ZRdtSCTAQCq8w3gLDa1Z8z++JgDmyedTXB1F8=";
hash = "sha256-mXNPH4Fw1nJaeQpYbelN8y5R5ybyOjIDlV6dEKGgdp0=";
};
enableParallelBuilding = true;