summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-01-11 08:01:41 -0500
committerGraham Christensen <graham@grahamc.com>2017-01-11 20:11:20 -0500
commitd20d38e68de3eed6c8dfaa91169848b909376c22 (patch)
treeaa50d376be8aa9b076b800bca7ae09b043adef22 /pkgs/os-specific
parent9837dce6d2743fb7c28719563db9da48651c8fa3 (diff)
downloadnixlib-d20d38e68de3eed6c8dfaa91169848b909376c22.tar
nixlib-d20d38e68de3eed6c8dfaa91169848b909376c22.tar.gz
nixlib-d20d38e68de3eed6c8dfaa91169848b909376c22.tar.bz2
nixlib-d20d38e68de3eed6c8dfaa91169848b909376c22.tar.lz
nixlib-d20d38e68de3eed6c8dfaa91169848b909376c22.tar.xz
nixlib-d20d38e68de3eed6c8dfaa91169848b909376c22.tar.zst
nixlib-d20d38e68de3eed6c8dfaa91169848b909376c22.zip
nvidia_x11_legacy340: 340.96 -> 340.101 for CVE-2016-7382, CVE-2016-7389, CVE-2016-8826
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/nvidia-x11/legacy340.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/nvidia-x11/legacy340.nix b/pkgs/os-specific/linux/nvidia-x11/legacy340.nix
index e34aaf3c908e..5707fc4a1eb4 100644
--- a/pkgs/os-specific/linux/nvidia-x11/legacy340.nix
+++ b/pkgs/os-specific/linux/nvidia-x11/legacy340.nix
@@ -12,7 +12,7 @@ assert (!libsOnly) -> kernel != null;
 
 let
 
-  versionNumber = "340.96";
+  versionNumber = "340.101";
   /* This branch is needed for G8x, G9x, and GT2xx GPUs, and motherboard chipsets based on them.
     Ongoing support for new Linux kernels and X servers, as well as fixes for critical bugs,
     will be included in 340.* legacy releases through the end of 2019.
@@ -29,12 +29,12 @@ stdenv.mkDerivation {
     if stdenv.system == "i686-linux" then
       fetchurl {
         url = "http://download.nvidia.com/XFree86/Linux-x86/${versionNumber}/NVIDIA-Linux-x86-${versionNumber}.run";
-        sha256 = "13j739gg1igll88xpfsx46m7pan4fwpzx5hqdskkdc0srmw2f3n4";
+        sha256 = "0qmhkvxj6h63sayys9gldpafw5skpv8nsm2gxxb3pxcv7nfdlpjz";
       }
     else if stdenv.system == "x86_64-linux" then
       fetchurl {
         url = "http://download.nvidia.com/XFree86/Linux-x86_64/${versionNumber}/NVIDIA-Linux-x86_64-${versionNumber}-no-compat32.run";
-        sha256 = "1i0lri76ghhr4c6fdlv5gwzd99n70hv3kw21w51anb55msr9s3r8";
+        sha256 = "0ln7fxm78zrzrjk3j5ychi5xxlgkzg2m7anw8nklr3d17c3jxxjy";
       }
     else throw "nvidia-x11 does not support platform ${stdenv.system}";