cudaPackages: fix hash mismatch

... for cuda=10.1 cudnn=7.6.5
This commit is contained in:
Someone Serge 2022-04-11 00:33:56 +03:00
parent 3acf560427
commit 711bd6955c
No known key found for this signature in database
GPG key ID: A39079F4AE78D20D

View file

@ -49,7 +49,7 @@ final: prev: let
rec {
fileVersion = "10.1";
fullVersion = "7.6.5.32";
hash = "sha256-YAJn8squ0v1Y6yFLpmnY6jXzlqfRm5SCLms2+fcIjCA=";
hash = "sha256-fq7IA5osMKsLx1jTA1iHZ2k972v0myJIWiwAvy4TbLM=";
url = "${urlPrefix}/v${majorMinorPatch fullVersion}/cudnn-${cudatoolkit.majorVersion}-linux-x64-v${fullVersion}.tgz";
supportedCudaVersions = [ "10.1" ];
}