Merge pull request #320061 from r-ryantm/auto-update/lightgbm

lightgbm: 4.3.0 -> 4.4.0
This commit is contained in:
Artturin 2024-06-22 01:01:14 +03:00 committed by GitHub
commit 1e04879301
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,14 +23,14 @@ stdenv.mkDerivation rec {
# in \
# rWrapper.override{ packages = [ lgbm ]; }"
pname = lib.optionalString rLibrary "r-" + pnameBase;
version = "4.3.0";
version = "4.4.0";
src = fetchFromGitHub {
owner = "microsoft";
repo = pnameBase;
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-hEoGdzC6n8t14ZUFWFrdljEkQRo9qaDGYTamvIAgrbg=";
hash = "sha256-i4mtJwSwnbGMXVfQ8a9jZZPUBBibXyQPgMVJ3uXxeGQ=";
};
nativeBuildInputs = [ cmake ]