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

cudaPackages.nccl: 2.20.3-1 -> 2.20.5-1
This commit is contained in:
Franz Pletz 2024-03-26 12:41:05 +01:00 committed by GitHub
commit 29b03c9fc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;