about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-14 19:12:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-14 19:12:44 +0000
commit2c49d257dada28bab02c978681a7da8f9234e658 (patch)
treea614b69f46e7695beb5c2568111299e7666cde2c
parent55b4d7d86fce40c1388e9d6051e43b92baddac98 (diff)
cudaPackages.nccl: 2.20.5-1 -> 2.21.5-1
-rw-r--r--pkgs/development/cuda-modules/nccl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/cuda-modules/nccl/default.nix b/pkgs/development/cuda-modules/nccl/default.nix
index 9db08c722acd7..8043adae4d1eb 100644
--- a/pkgs/development/cuda-modules/nccl/default.nix
+++ b/pkgs/development/cuda-modules/nccl/default.nix
@@ -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;