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

cudaPackages.nccl-tests: 2.13.8 -> 2.13.9
This commit is contained in:
Connor Baker 2024-02-07 12:06:00 -05:00 committed by GitHub
commit 2febd25f68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,13 +26,13 @@ backendStdenv.mkDerivation (
finalAttrs: {
pname = "nccl-tests";
version = "2.13.8";
version = "2.13.9";
src = fetchFromGitHub {
owner = "NVIDIA";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
hash = "sha256-dxLoflsTHDBnZRTzoXdm30OyKpLlRa73b784YWALBHg=";
hash = "sha256-QYuMBPhvHHVo2ku14jD1CVINLPW0cyiXJkXxb77IxbE=";
};
strictDeps = true;