summary refs log tree commit diff
path: root/pkgs/test/cuda/cuda-samples/extension.nix
diff options
context:
space:
mode:
authorDavid Guibert <david.guibert@gmail.com>2022-10-05 09:06:53 +0200
committerDavid Guibert <david.guibert@gmail.com>2022-10-14 12:10:30 +0200
commit8a63fb0236bfc25a27168a55d2a64377c7fc1b96 (patch)
tree784fd970889df94e860b8d93f1c278450d96ceda /pkgs/test/cuda/cuda-samples/extension.nix
parent6d0f92f82ae3d0886fd1cf3a13e312cf015cd6b6 (diff)
downloadnixpkgs-8a63fb0236bfc25a27168a55d2a64377c7fc1b96.tar
nixpkgs-8a63fb0236bfc25a27168a55d2a64377c7fc1b96.tar.gz
nixpkgs-8a63fb0236bfc25a27168a55d2a64377c7fc1b96.tar.bz2
nixpkgs-8a63fb0236bfc25a27168a55d2a64377c7fc1b96.tar.lz
nixpkgs-8a63fb0236bfc25a27168a55d2a64377c7fc1b96.tar.xz
nixpkgs-8a63fb0236bfc25a27168a55d2a64377c7fc1b96.tar.zst
nixpkgs-8a63fb0236bfc25a27168a55d2a64377c7fc1b96.zip
cuda-samples: 11.8 throw the non-existing tag
Diffstat (limited to 'pkgs/test/cuda/cuda-samples/extension.nix')
-rw-r--r--pkgs/test/cuda/cuda-samples/extension.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/test/cuda/cuda-samples/extension.nix b/pkgs/test/cuda/cuda-samples/extension.nix
index 9ffca188cb2..352f58397c6 100644
--- a/pkgs/test/cuda/cuda-samples/extension.nix
+++ b/pkgs/test/cuda/cuda-samples/extension.nix
@@ -11,9 +11,9 @@ final: prev: let
     "11.4" = "082dkk5y34wyvjgj2p5j1d00rk8xaxb9z0mhvz16bd469r1bw2qk";
     "11.5" = "sha256-AKRZbke0K59lakhTi8dX2cR2aBuWPZkiQxyKaZTvHrI=";
     "11.6" = "sha256-AsLNmAplfuQbXg9zt09tXAuFJ524EtTYsQuUlV1tPkE=";
-    # the tag 11.7 does not exists: see https://github.com/NVIDIA/cuda-samples/issues/128
     # maybe fixed by https://github.com/NVIDIA/cuda-samples/pull/133
-    "11.7" = throw "The tag 11.7 of cuda-samples does not exists (see see https://github.com/NVIDIA/cuda-samples/issues/128)";
+    "11.7" = throw "The tag 11.7 of cuda-samples does not exist";
+    "11.8" = throw "The tag 11.8 of cuda-samples does not exist";
   }.${prev.cudaVersion};
 
 in {