cuda-samples: throw an error for tag 11.7
This commit is contained in:
parent
feccefa684
commit
4f43356eb7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ final: prev: let
|
|||
"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;
|
||||
"11.7" = throw "The tag 11.7 of cuda-samples does not exists (see see https://github.com/NVIDIA/cuda-samples/issues/128)";
|
||||
}.${prev.cudaVersion};
|
||||
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue