about summary refs log tree commit diff
path: root/pkgs/test/cuda
diff options
context:
space:
mode:
authorConnor Baker <connorbaker01@gmail.com>2023-02-07 20:54:49 -0500
committerConnor Baker <connorbaker01@gmail.com>2023-02-22 13:19:49 -0500
commitc18127342323869483f47b2b4bd633e20dd47470 (patch)
tree5c8e2ef9fcf17e7b3553e80ca36d3cd8dcdbb105 /pkgs/test/cuda
parent2308c637ef1b66ad718a5418501b196c4c3243c8 (diff)
cudaPackages_12: 12.0.0 -> 12.0.1
Diffstat (limited to 'pkgs/test/cuda')
-rw-r--r--pkgs/test/cuda/cuda-samples/extension.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/test/cuda/cuda-samples/extension.nix b/pkgs/test/cuda/cuda-samples/extension.nix
index b598f0202f9d1..05861ee5e0eb6 100644
--- a/pkgs/test/cuda/cuda-samples/extension.nix
+++ b/pkgs/test/cuda/cuda-samples/extension.nix
@@ -13,6 +13,7 @@ final: prev: let
     "11.6" = "sha256-AsLNmAplfuQbXg9zt09tXAuFJ524EtTYsQuUlV1tPkE=";
     "11.7" = throw "The tag 11.7 of cuda-samples does not exist";
     "11.8" = "sha256-7+1P8+wqTKUGbCUBXGMDO9PkxYr2+PLDx9W2hXtXbuc=";
+    "12.0" = "sha256-Lj2kbdVFrJo5xPYPMiE4BS7Z8gpU5JLKXVJhZABUe/g=";
   }.${prev.cudaVersion};
 
 in {