mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
xgboostWithCuda: 3.0.0 -> 3.0.1
This commit is contained in:
parent
218a02803b
commit
edf8d752bc
1 changed files with 2 additions and 2 deletions
|
@ -48,14 +48,14 @@ effectiveStdenv.mkDerivation rec {
|
||||||
# in \
|
# in \
|
||||||
# rWrapper.override{ packages = [ xgb ]; }"
|
# rWrapper.override{ packages = [ xgb ]; }"
|
||||||
pname = lib.optionalString rLibrary "r-" + pnameBase;
|
pname = lib.optionalString rLibrary "r-" + pnameBase;
|
||||||
version = "3.0.0";
|
version = "3.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dmlc";
|
owner = "dmlc";
|
||||||
repo = pnameBase;
|
repo = pnameBase;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-OwsZ1RzVi6ba+XJqFbIW1Rmqu5OVttBfcpDe84gmQxI=";
|
hash = "sha256-sa8Ea/3ypHqnjn0Rl5dgqGejh6921T6JVHXo8y5gp90=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue