From fce6f3ff6a080901bd0398b932d8ce3ed95d4968 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 6 Aug 2024 09:04:42 +0000 Subject: [PATCH 1/2] cudaPackages.nccl-tests: 2.13.9 -> 2.13.10 --- pkgs/development/cuda-modules/nccl-tests/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/cuda-modules/nccl-tests/default.nix b/pkgs/development/cuda-modules/nccl-tests/default.nix index 10dd488abbaf..f230dc8fdb41 100644 --- a/pkgs/development/cuda-modules/nccl-tests/default.nix +++ b/pkgs/development/cuda-modules/nccl-tests/default.nix @@ -25,13 +25,13 @@ in backendStdenv.mkDerivation (finalAttrs: { pname = "nccl-tests"; - version = "2.13.9"; + version = "2.13.10"; src = fetchFromGitHub { owner = "NVIDIA"; repo = "nccl-tests"; rev = "v${finalAttrs.version}"; - hash = "sha256-QYuMBPhvHHVo2ku14jD1CVINLPW0cyiXJkXxb77IxbE="; + hash = "sha256-H9shp4fYW+dlyL9FZRxX761UCFR/pOBKNHfVme2TfJg="; }; strictDeps = true; From 012386585546bc314563db23d7c2db9fe03d8641 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Fri, 6 Dec 2024 12:43:47 +0100 Subject: [PATCH 2/2] cudaPackages.nccl-tests: 2.13.10 -> 2.13.11 --- pkgs/development/cuda-modules/nccl-tests/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/cuda-modules/nccl-tests/default.nix b/pkgs/development/cuda-modules/nccl-tests/default.nix index f230dc8fdb41..7747433788b3 100644 --- a/pkgs/development/cuda-modules/nccl-tests/default.nix +++ b/pkgs/development/cuda-modules/nccl-tests/default.nix @@ -25,13 +25,13 @@ in backendStdenv.mkDerivation (finalAttrs: { pname = "nccl-tests"; - version = "2.13.10"; + version = "2.13.11"; src = fetchFromGitHub { owner = "NVIDIA"; repo = "nccl-tests"; rev = "v${finalAttrs.version}"; - hash = "sha256-H9shp4fYW+dlyL9FZRxX761UCFR/pOBKNHfVme2TfJg="; + hash = "sha256-HHshp4fYW+dlyL9FZRxX761UCFR/pOBKNHfVme2TfJg="; }; strictDeps = true;