summary refs log tree commit diff
path: root/pkgs/test
diff options
context:
space:
mode:
authorConnor Baker <connor.baker@tweag.io>2023-11-07 20:02:57 +0000
committerConnor Baker <connor.baker@tweag.io>2023-11-07 20:02:57 +0000
commit98d0da512af284f3181c7610df8cef8f98ea847f (patch)
treea1ac554cd84c4210f4b3fdbcf83cb19c0b580fa2 /pkgs/test
parent3543eaf4ff58a879fffa7c273ca502964f7c4733 (diff)
downloadnixpkgs-98d0da512af284f3181c7610df8cef8f98ea847f.tar
nixpkgs-98d0da512af284f3181c7610df8cef8f98ea847f.tar.gz
nixpkgs-98d0da512af284f3181c7610df8cef8f98ea847f.tar.bz2
nixpkgs-98d0da512af284f3181c7610df8cef8f98ea847f.tar.lz
nixpkgs-98d0da512af284f3181c7610df8cef8f98ea847f.tar.xz
nixpkgs-98d0da512af284f3181c7610df8cef8f98ea847f.tar.zst
nixpkgs-98d0da512af284f3181c7610df8cef8f98ea847f.zip
cudaPackages_12_1.cuda-samples: init at 12.1
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 05861ee5e0e..1878f3e0d73 100644
--- a/pkgs/test/cuda/cuda-samples/extension.nix
+++ b/pkgs/test/cuda/cuda-samples/extension.nix
@@ -14,6 +14,7 @@ final: prev: let
     "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=";
+    "12.1" = "sha256-xE0luOMq46zVsIEWwK4xjLs7NorcTIi9gbfZPVjIlqo=";
   }.${prev.cudaVersion};
 
 in {