hashcat: use CUDA 12.4 (#425932)

This commit is contained in:
Pavol Rusnak 2025-07-17 00:01:57 +02:00 committed by GitHub
commit fc5cc3361f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
stdenv,
addDriverRunpath,
config,
cudaPackages ? { },
cudaPackages_12_4 ? { },
cudaSupport ? config.cudaSupport,
fetchurl,
makeWrapper,
@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
"${ocl-icd}/lib"
]
++ lib.optionals cudaSupport [
"${cudaPackages.cudatoolkit}/lib"
"${cudaPackages_12_4.cudatoolkit}/lib"
]
);
in