summaryrefslogtreecommitdiffstats
path: root/pkgs/development/cuda-modules
diff options
context:
space:
mode:
authorConnor Baker <connor.baker@tweag.io>2023-12-11 18:00:59 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2023-12-12 18:39:16 -0800
commitb4fe267be58386f2f5a977997d69ba7760f63ca3 (patch)
tree33ad8c4cde593f26ddf69d1de802a213935619dc /pkgs/development/cuda-modules
parent8ee593f8d9243f5e62947d66781d5f233fe87179 (diff)
cudaPackages.cudnn: correct hash for CUDA 10.2, v7.6.5.32 release
Diffstat (limited to 'pkgs/development/cuda-modules')
-rw-r--r--pkgs/development/cuda-modules/cudnn/releases.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/cuda-modules/cudnn/releases.nix b/pkgs/development/cuda-modules/cudnn/releases.nix
index 701cb4c20d36..f81afae1374f 100644
--- a/pkgs/development/cuda-modules/cudnn/releases.nix
+++ b/pkgs/development/cuda-modules/cudnn/releases.nix
@@ -101,7 +101,7 @@
minCudaVersion = "10.2";
maxCudaVersion = "10.2";
url = "https://developer.download.nvidia.com/compute/redist/cudnn/v7.6.5/cudnn-10.2-linux-x64-v7.6.5.32.tgz";
- hash = "sha256-fq7IA5osMKsLx1jTA1iHZ2k972v0myJIWiwAvy4TbLN=";
+ hash = "sha256-YAJn8squ0v1Y6yFLpmnY6jXzlqfRm5SCLms2+fcIjCA='";
}
{
version = "8.0.5.39";