Merge pull request #304112 from r-ryantm/auto-update/cudaPackages.nccl

cudaPackages.nccl: 2.20.5-1 -> 2.21.5-1
This commit is contained in:
Connor Baker 2024-04-17 22:42:22 -04:00 committed by GitHub
commit f6bbcf854c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;