3
0
Fork 0
forked from mirrors/nixpkgs

updating xgboost to 1.7.3

This commit is contained in:
Nathan Viets 2023-01-09 01:06:33 -06:00
parent efda292199
commit 4e55dd68fa

View file

@ -15,14 +15,14 @@ assert ncclSupport -> cudaSupport;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xgboost"; pname = "xgboost";
version = "1.7.2"; version = "1.7.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dmlc"; owner = "dmlc";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-nXF6IYaK13n8fuNt1wOXoJCVNve/lwUROV7UE5W3RKA="; hash = "sha256-unTss2byytG8KUQfg5s34YpRuHHDLo7D/ZickHhz1AE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [