Skip to content

Commit 728afc4

Browse files
committed
fix: update NVIDIA driver version to 580.126.09 and corresponding SHA256 checksum
1 parent 725cccc commit 728afc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nix/docker.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ let
106106
((pkgs.linuxPackages.nvidiaPackages.dc.override {
107107
libsOnly = true;
108108
kernel = null;
109-
}).overrideAttrs (old: let version = "580.95.05"; in {
109+
}).overrideAttrs (old: let version = "580.126.09"; in {
110110
inherit version;
111111
src = pkgs.fetchurl {
112112
url = "https://us.download.nvidia.com/tesla/${version}/NVIDIA-Linux-x86_64-${version}.run";
113-
sha256 = "sha256-hJ7w746EK5gGss3p8RwTA9VPGpp2lGfk5dlhsv4Rgqc=";
113+
sha256 = "sha256-TKxT5I+K3/Zh1HyHiO0kBZokjJ/YCYzq/QiKSYmG7CY=";
114114
};
115115
}))
116116
];

0 commit comments

Comments
 (0)