cudaPackages.nccl-tests: 2.13.10 -> 2.13.11

This commit is contained in:
FliegendeWurst
2024-12-06 12:43:47 +01:00
parent fce6f3ff6a
commit 0123865855
@@ -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;