about summary refs log tree commit diff
path: root/pkgs/test
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-23 00:02:23 +0000
committerGitHub <noreply@github.com>2023-02-23 00:02:23 +0000
commit7f396edf1684bf51ad4e8519bf30ea0db791b4d3 (patch)
tree41d0cb513b0788a4972608f9cd27e116aedde7c6 /pkgs/test
parent68dd6912f3672d764b7dc896108bd7ba97d5944a (diff)
parent6518cfd6671d3de8f6db2a03c2395c8f2db6cd9c (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/test')
-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 {