Merge pull request #196983 from samuela/samuela/cudnn

cudnn: fix 8.6.0 src url after upstream change
This commit is contained in:
David Guibert 2022-10-21 10:25:50 +02:00 committed by GitHub
commit 37270ca43f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ final: prev: let
supportedCudaVersions = [ "10.2" ];
}
rec {
fileVersion = "11.7";
fileVersion = "11.8";
fullVersion = "8.6.0.163";
hash = "sha256-u8OW30cpTGV+3AnGAGdNYIyxv8gLgtz0VHBgwhcRFZ4=";
url = "${urlPrefix}/v${majorMinorPatch fullVersion}/local_installers/${fileVersion}/cudnn-linux-x86_64-${fullVersion}_cuda${major fileVersion}-archive.tar.xz";