Merge pull request #239374 from nviets/xgboost176

xgboost: 1.7.5 -> 1.7.6
This commit is contained in:
Rick van Schijndel 2023-06-23 19:07:15 +02:00 committed by GitHub
commit 89fcacc8d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,14 +45,14 @@ stdenv.mkDerivation rec {
# in \
# rWrapper.override{ packages = [ xgb ]; }"
pname = lib.optionalString rLibrary "r-" + pnameBase;
version = "1.7.5";
version = "1.7.6";
src = fetchFromGitHub {
owner = "dmlc";
repo = pnameBase;
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-IBqtyz40VVHdncibnZQAe5oDsjb5isWBYQ6pGx/zt38=";
hash = "sha256-i7smd56rLbNY0qXysq818VYWYbjrnFbyIjQkIgf9aOs=";
};
nativeBuildInputs = [ cmake ]