summary refs log tree commit diff
path: root/pkgs/test
diff options
context:
space:
mode:
authorDavid Guibert <david.guibert@gmail.com>2022-08-07 11:56:23 +0200
committerDavid Guibert <david.guibert@gmail.com>2022-10-04 08:26:28 +0200
commitdf956cf4c1c01a3406da807a75ede58e6f861916 (patch)
tree435b7ccb9e37535459e4c8b3cbfdda3986358f07 /pkgs/test
parentfd54651f5ffb4a36e8463e0c327a78442b26cbe7 (diff)
downloadnixpkgs-df956cf4c1c01a3406da807a75ede58e6f861916.tar
nixpkgs-df956cf4c1c01a3406da807a75ede58e6f861916.tar.gz
nixpkgs-df956cf4c1c01a3406da807a75ede58e6f861916.tar.bz2
nixpkgs-df956cf4c1c01a3406da807a75ede58e6f861916.tar.lz
nixpkgs-df956cf4c1c01a3406da807a75ede58e6f861916.tar.xz
nixpkgs-df956cf4c1c01a3406da807a75ede58e6f861916.tar.zst
nixpkgs-df956cf4c1c01a3406da807a75ede58e6f861916.zip
Revert "Revert "cudatoolkit_11_7: init at 11.7.0""
This reverts commit 90c505790c63e34a72a86efcd248de6c9da58ac6.
Diffstat (limited to 'pkgs/test')
-rw-r--r--pkgs/test/cuda/cuda-samples/extension.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/test/cuda/cuda-samples/extension.nix b/pkgs/test/cuda/cuda-samples/extension.nix
index 4c93845d1db..167b6483bb7 100644
--- a/pkgs/test/cuda/cuda-samples/extension.nix
+++ b/pkgs/test/cuda/cuda-samples/extension.nix
@@ -11,6 +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" = prev.lib.fakeSha256;
   }.${prev.cudaVersion};
 
 in {