We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725cccc commit 728afc4Copy full SHA for 728afc4
1 file changed
nix/docker.nix
@@ -106,11 +106,11 @@ let
106
((pkgs.linuxPackages.nvidiaPackages.dc.override {
107
libsOnly = true;
108
kernel = null;
109
- }).overrideAttrs (old: let version = "580.95.05"; in {
+ }).overrideAttrs (old: let version = "580.126.09"; in {
110
inherit version;
111
src = pkgs.fetchurl {
112
url = "https://us.download.nvidia.com/tesla/${version}/NVIDIA-Linux-x86_64-${version}.run";
113
- sha256 = "sha256-hJ7w746EK5gGss3p8RwTA9VPGpp2lGfk5dlhsv4Rgqc=";
+ sha256 = "sha256-TKxT5I+K3/Zh1HyHiO0kBZokjJ/YCYzq/QiKSYmG7CY=";
114
};
115
}))
116
];
0 commit comments