Merge pull request #168189 from SomeoneSerge/cudnn_7_6_5-cuda_10-hash

cudaPackages: fix hash mismatch for cuda=10.1 cudnn=7.6.5
This commit is contained in:
Samuel Ainsworth 2022-04-10 16:36:31 -07:00 committed by GitHub
commit d1d08034f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ];
}