cudnn: fix incorrect hash

Hash mismatch for cudnn_8_3_2 discovered when building
cudaPackages_10_2.tensorrt, which depends on this version of cudnn.
This commit is contained in:
Aidan Gauland 2022-07-02 11:09:45 +12:00
parent c8fba8254a
commit e28a8e07a6
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91

View File

@ -85,7 +85,7 @@ final: prev: let
rec {
fileVersion = "10.2";
fullVersion = "8.3.2.44";
hash = "sha256-mKh4TpKGLyABjSDCgbMNSgzZUfk2lPZDPM9K6cUCumo=";
hash = "sha256-1vVu+cqM+PketzIQumw9ykm6REbBZhv6/lXB7EC2aaw=";
url = "${urlPrefix}/v${majorMinorPatch fullVersion}/local_installers/${fileVersion}/cudnn-linux-x86_64-${fullVersion}_cuda${fileVersion}-archive.tar.xz";
supportedCudaVersions = [ "10.2" ];
}