nccl: 2.7.8-1 -> 2.12.10-1

main
Someone Serge 2 years ago
parent d5239ed8d0
commit 11ff7da635
No known key found for this signature in database
GPG Key ID: 7B0E3B1390D61DA4
  1. 4
      pkgs/development/libraries/science/math/nccl/default.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "nccl-${version}-cuda-${cudatoolkit.majorVersion}";
version = "2.7.8-1";
version = "2.12.10-1";
src = fetchFromGitHub {
owner = "NVIDIA";
repo = "nccl";
rev = "v${version}";
sha256 = "0xxiwaw239dc9g015fka3k1nvm5zyl00dzgxnwzkang61dys9wln";
sha256 = "sha256-QqORzm0gD+QG+P8rId8bQn2oZsxL5YyxCIobUVs85wE=";
};
outputs = [ "out" "dev" ];

Loading…
Cancel
Save