Loading pkgs/by-name/ko/koboldcpp/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -41,13 +41,13 @@ let in effectiveStdenv.mkDerivation (finalAttrs: { pname = "koboldcpp"; version = "1.99.4"; version = "1.100.1"; src = fetchFromGitHub { owner = "LostRuins"; repo = "koboldcpp"; tag = "v${finalAttrs.version}"; hash = "sha256-ilBrTMtY6bhns2GcwDckGq4+RqzgzBCg0HJJ4QUx8Co="; hash = "sha256-Z3yPsC7WDFHwXVInnu96ZVWAjn6XyN0aVviwGkvoe1A="; }; enableParallelBuilding = true; Loading Loading @@ -104,7 +104,7 @@ effectiveStdenv.mkDerivation (finalAttrs: { install -Dm755 koboldcpp.py "$out/bin/koboldcpp.unwrapped" cp *.so "$out/bin" cp *.embd "$out/bin" cp embd_res/*.embd "$out/bin" ${lib.optionalString metalSupport '' cp *.metal "$out/bin" Loading Loading
pkgs/by-name/ko/koboldcpp/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -41,13 +41,13 @@ let in effectiveStdenv.mkDerivation (finalAttrs: { pname = "koboldcpp"; version = "1.99.4"; version = "1.100.1"; src = fetchFromGitHub { owner = "LostRuins"; repo = "koboldcpp"; tag = "v${finalAttrs.version}"; hash = "sha256-ilBrTMtY6bhns2GcwDckGq4+RqzgzBCg0HJJ4QUx8Co="; hash = "sha256-Z3yPsC7WDFHwXVInnu96ZVWAjn6XyN0aVviwGkvoe1A="; }; enableParallelBuilding = true; Loading Loading @@ -104,7 +104,7 @@ effectiveStdenv.mkDerivation (finalAttrs: { install -Dm755 koboldcpp.py "$out/bin/koboldcpp.unwrapped" cp *.so "$out/bin" cp *.embd "$out/bin" cp embd_res/*.embd "$out/bin" ${lib.optionalString metalSupport '' cp *.metal "$out/bin" Loading