cudaPackages.nccl: 2.20.3-1 -> 2.20.5-1

This commit is contained in:
R. Ryantm 2024-03-05 17:30:51 +00:00
parent 3c1f128a33
commit eb9b60a2de

View File

@ -25,13 +25,13 @@ in
backendStdenv.mkDerivation (
finalAttrs: {
pname = "nccl";
version = "2.20.3-1";
version = "2.20.5-1";
src = fetchFromGitHub {
owner = "NVIDIA";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
hash = "sha256-7gI1q6uN3saz/twwLjWl7XmMucYjvClDPDdbVpVM0vU=";
hash = "sha256-ModIjD6RaRD/57a/PA1oTgYhZsAQPrrvhl5sNVXnO6c=";
};
strictDeps = true;