cudaPackages.nccl: 2.20.5-1 -> 2.21.5-1

This commit is contained in:
R. Ryantm 2024-04-14 19:12:44 +00:00
parent 55b4d7d86f
commit 2c49d257da
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@ let
in
backendStdenv.mkDerivation (finalAttrs: {
pname = "nccl";
version = "2.20.5-1";
version = "2.21.5-1";
src = fetchFromGitHub {
owner = "NVIDIA";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
hash = "sha256-ModIjD6RaRD/57a/PA1oTgYhZsAQPrrvhl5sNVXnO6c=";
hash = "sha256-IF2tILwW8XnzSmfn7N1CO7jXL95gUp02guIW5n1eaig=";
};
strictDeps = true;