···9090 # latest cudnn, nccl, cutensor, etc! It sometimes happens that CUDA versions
9191 # are released prior to compatibility with the rest of the ecosystem. And
9292 # don't forget to request a review from @NixOS/cuda-maintainers!
9393- cudatoolkit_11 = cudatoolkit_11_5;
9393+ cudatoolkit_11 = cudatoolkit_11_5; # update me to 11_6 when cudnn>=8.3.3
9494}
···13131414 vendorSha256 = "sha256-qS/tIi6umSuQcl43SI4LyL0k5eWfRWs7kVybRPGKcbs=";
15151616- doCheck = false;
1717-1816 meta = with lib; {
1917 description = "A utility to examine and validate certificates in a variety of formats";
2018 homepage = "https://github.com/square/certigo";
···3333 meta = with lib; {
3434 description = "TrueCrack is a brute-force password cracker for TrueCrypt volumes. It works on Linux and it is optimized for Nvidia Cuda technology.";
3535 homepage = "https://gitlab.com/kalilinux/packages/truecrack";
3636+ broken = cudaSupport;
3637 license = licenses.gpl3Plus;
3738 platforms = platforms.unix;
3839 maintainers = with maintainers; [ ethancedwards8 ];