summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2017-01-20 09:34:19 -0500
committerShea Levy <shea@shealevy.com>2017-01-20 09:34:19 -0500
commit0fdef7d2f170f83b5af242c77709e4939f73f89d (patch)
treefe767257fd8ebca613116b331a84263fe14bbb5b /pkgs
parent1feedf25df22c95eb725809d44e5b4a3f7cef729 (diff)
downloadnixpkgs-0fdef7d2f170f83b5af242c77709e4939f73f89d.tar
nixpkgs-0fdef7d2f170f83b5af242c77709e4939f73f89d.tar.gz
nixpkgs-0fdef7d2f170f83b5af242c77709e4939f73f89d.tar.bz2
nixpkgs-0fdef7d2f170f83b5af242c77709e4939f73f89d.tar.lz
nixpkgs-0fdef7d2f170f83b5af242c77709e4939f73f89d.tar.xz
nixpkgs-0fdef7d2f170f83b5af242c77709e4939f73f89d.tar.zst
nixpkgs-0fdef7d2f170f83b5af242c77709e4939f73f89d.zip
4.9 is the latest longterm kernel.
https://lkml.org/lkml/2017/1/19/339
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 5241df8da1b..db55af478a6 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -11407,7 +11407,7 @@ in
   });
 
   # The current default kernel / kernel modules.
-  linuxPackages = linuxPackages_4_4;
+  linuxPackages = linuxPackages_4_9;
   linux = linuxPackages.kernel;
 
   # Update this when adding the newest kernel major version!