summaryrefslogtreecommitdiffstats
path: root/pkgs/development/cuda-modules
diff options
context:
space:
mode:
authortimothy <git@timothyklim.com>2023-12-19 22:41:10 +0700
committertimothy <git@timothyklim.com>2023-12-19 22:41:10 +0700
commit76090aacf4b6f4a40bc58facbaf1d96b82d5ac0e (patch)
tree0aa2f02f1ce627931211bacfe1f3343666d8ec27 /pkgs/development/cuda-modules
parent013efb1edc1b83d737cf691f7883913ec685a27a (diff)
cudaPackages_12_2.cudatoolkit: 12.2.0 -> 12.2.2
Diffstat (limited to 'pkgs/development/cuda-modules')
-rw-r--r--pkgs/development/cuda-modules/cudatoolkit/releases.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/cuda-modules/cudatoolkit/releases.nix b/pkgs/development/cuda-modules/cudatoolkit/releases.nix
index d1f7bf9a12ff..b6828cc1f68c 100644
--- a/pkgs/development/cuda-modules/cudatoolkit/releases.nix
+++ b/pkgs/development/cuda-modules/cudatoolkit/releases.nix
@@ -95,9 +95,9 @@
};
"12.2" = {
- version = "12.2.0";
- url = "https://developer.download.nvidia.com/compute/cuda/12.2.0/local_installers/cuda_12.2.0_535.54.03_linux.run";
- sha256 = "sha256-7PPSr63LrAKfD0UFeFgQ1S0AbkuHunn/P5hDNqK79Rg=";
+ version = "12.2.2";
+ url = "https://developer.download.nvidia.com/compute/cuda/12.2.2/local_installers/cuda_12.2.2_535.104.05_linux.run";
+ sha256 = "sha256-Kzmq4+dhjZ9Zo8j6HxvGHynAsODfdfsFB2uts1KVLvI=";
};
"12.3" = {