cudaPackages_12_8: 12.8.0 -> 12.8.1

This commit is contained in:
Pavol Rusnak
2025-03-16 23:11:50 +01:00
parent 526c37b407
commit 4f9aaedc9e
5 changed files with 1067 additions and 1067 deletions
@@ -19,7 +19,7 @@ let
"12.4" = "12.4.1";
"12.5" = "12.5.1";
"12.6" = "12.6.3";
"12.8" = "12.8.0";
"12.8" = "12.8.1";
};
# Check if the current CUDA version is supported.
@@ -1140,7 +1140,7 @@
"libnvidia_nscq": {
"linux-sbsa": {
"outputs": {
"bin": false,
"bin": true,
"dev": false,
"doc": false,
"lib": true,
@@ -1150,7 +1150,7 @@
},
"linux-x86_64": {
"outputs": {
"bin": false,
"bin": true,
"dev": false,
"doc": false,
"lib": true,
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -107,8 +107,8 @@
};
"12.8" = {
version = "12.8.0";
url = "https://developer.download.nvidia.com/compute/cuda/12.8.0/local_installers/cuda_12.8.0_570.86.10_linux.run";
sha256 = "sha256-YQhn3NbZTE42xJJPHQG52yjsCBZOivbHZPIbhCAGlfg=";
version = "12.8.1";
url = "https://developer.download.nvidia.com/compute/cuda/12.8.1/local_installers/cuda_12.8.1_570.124.06_linux.run";
sha256 = "sha256-Io9ryvW3YY0DKTn0MZFPyS0OXtOevjcJiiRQLyahl5c=";
};
}