···73gcc = "gcc11"
7475["12.0"]
76-version = "12.0.0"
77-url = "https://developer.download.nvidia.com/compute/cuda/12.0.0/local_installers/cuda_12.0.0_525.60.13_linux.run"
78-sha256 = "sha256-kF6blRaQCDn7dgZHGdt1JDnzi4y3MLSTNdi9U93605I="
79# CUDA 12 is compatible with gcc12, but nixpkgs default gcc is still on gcc11 as
80# of 2023-01-08. See https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements.
81# This should be upgraded to gcc12 once nixpkgs default gcc is upgraded. Other
···73gcc = "gcc11"
7475["12.0"]
76+version = "12.0.1"
77+url = "https://developer.download.nvidia.com/compute/cuda/12.0.1/local_installers/cuda_12.0.1_525.85.12_linux.run"
78+sha256 = "sha256-GyBaBicvFGP0dydv2rkD8/ZmkXwGjlIHOAAeacehh1s="
79# CUDA 12 is compatible with gcc12, but nixpkgs default gcc is still on gcc11 as
80# of 2023-01-08. See https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements.
81# This should be upgraded to gcc12 once nixpkgs default gcc is upgraded. Other
+1
pkgs/test/cuda/cuda-samples/extension.nix
···13 "11.6" = "sha256-AsLNmAplfuQbXg9zt09tXAuFJ524EtTYsQuUlV1tPkE=";
14 "11.7" = throw "The tag 11.7 of cuda-samples does not exist";
15 "11.8" = "sha256-7+1P8+wqTKUGbCUBXGMDO9PkxYr2+PLDx9W2hXtXbuc=";
016 }.${prev.cudaVersion};
1718in {
···13 "11.6" = "sha256-AsLNmAplfuQbXg9zt09tXAuFJ524EtTYsQuUlV1tPkE=";
14 "11.7" = throw "The tag 11.7 of cuda-samples does not exist";
15 "11.8" = "sha256-7+1P8+wqTKUGbCUBXGMDO9PkxYr2+PLDx9W2hXtXbuc=";
16+ "12.0" = "sha256-Lj2kbdVFrJo5xPYPMiE4BS7Z8gpU5JLKXVJhZABUe/g=";
17 }.${prev.cudaVersion};
1819in {