Unverified Commit f6bbcf85 authored by Connor Baker's avatar Connor Baker Committed by GitHub
Browse files

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

cudaPackages.nccl: 2.20.5-1 -> 2.21.5-1
parents 6e7502d6 2c49d257
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;