nvidia-x11: update to 340.32 (close #3365)

Also close #3634.

authored by Cray Elliott and committed by Vladimír Čunát 477eb18d 464ec2a8

+3 -3
+3 -3
pkgs/os-specific/linux/nvidia-x11/default.nix
··· 12 12 13 13 let 14 14 15 - versionNumber = "340.24"; 15 + versionNumber = "340.32"; 16 16 17 17 in 18 18 ··· 25 25 if stdenv.system == "i686-linux" then 26 26 fetchurl { 27 27 url = "http://us.download.nvidia.com/XFree86/Linux-x86/${versionNumber}/NVIDIA-Linux-x86-${versionNumber}.run"; 28 - sha256 = "0c5iix6rihbx7mbfhznz0jjbc3kkccwyfxi56p76fvrbyan9dvam"; 28 + sha256 = "1xcm8czz4bmnlzkl3al58flw6jmbrg1y77cxjjdjqcsvbk1qj10x"; 29 29 } 30 30 else if stdenv.system == "x86_64-linux" then 31 31 fetchurl { 32 32 url = "http://us.download.nvidia.com/XFree86/Linux-x86_64/${versionNumber}/NVIDIA-Linux-x86_64-${versionNumber}-no-compat32.run"; 33 - sha256 = "04yy26722fjf9k7y6r909g68nqnsglfd9xs1dk1nain1021p70iq"; 33 + sha256 = "1nfrpx73817y1z0wkqqh02xjg65r0f05h9801mqm8ki2gxqv9vq0"; 34 34 } 35 35 else throw "nvidia-x11 does not support platform ${stdenv.system}"; 36 36