cudaPackages: fix hash mismatch
... for cuda=10.1 cudnn=7.6.5
This commit is contained in:
parent
3acf560427
commit
711bd6955c
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue