summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-3.10.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-02 16:38:42 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-02 16:38:42 +0100
commit7b772ae3987d461318e76472756658a6160dac27 (patch)
tree4bb2038fde2f36c9a92c574a2bc0f00229864b5b /pkgs/os-specific/linux/kernel/linux-3.10.nix
parentb90f0116cd9581ba713cb58a5d51e5cc537795b3 (diff)
downloadnixpkgs-7b772ae3987d461318e76472756658a6160dac27.tar
nixpkgs-7b772ae3987d461318e76472756658a6160dac27.tar.gz
nixpkgs-7b772ae3987d461318e76472756658a6160dac27.tar.bz2
nixpkgs-7b772ae3987d461318e76472756658a6160dac27.tar.lz
nixpkgs-7b772ae3987d461318e76472756658a6160dac27.tar.xz
nixpkgs-7b772ae3987d461318e76472756658a6160dac27.tar.zst
nixpkgs-7b772ae3987d461318e76472756658a6160dac27.zip
linux: Update to 3.10.96, 3.12.53, 3.14.60, 3.18.26, 4.1.17, 4.4.1
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-3.10.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.10.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.10.nix b/pkgs/os-specific/linux/kernel/linux-3.10.nix
index 6a4531d9deb..afca9b9c35e 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.10.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.10.nix
@@ -1,15 +1,15 @@
 { stdenv, fetchurl, perl, buildLinux, ... } @ args:
 
 import ./generic.nix (args // rec {
-  version = "3.10.92";
+  version = "3.10.96";
   extraMeta.branch = "3.10";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
-    sha256 = "0z0jdix1mfpnnc8cxw7rzpnhxdayckpnrasvxi1qf0dwhcqgk92d";
+    sha256 = "0wnlvbyg92q48kz5cn3bznjkkzpsik8z51dqhcxdpddy1k6iqb3k";
   };
 
-  kernelPatches = args.kernelPatches ++ [ { name = "cve-2016-0728"; patch = ./cve-2016-0728.patch; } ];
+  kernelPatches = args.kernelPatches;
 
   features.iwlwifi = true;
   features.efiBootStub = true;