3
0
Fork 0
forked from mirrors/nixpkgs

Update linux_latest reference to 3.17

This commit is contained in:
Michael Raskin 2014-10-06 02:56:14 +04:00
parent 4397ec5cab
commit a69caaa65b

View file

@ -7958,8 +7958,8 @@ let
linuxPackages = linuxPackages_3_12;
# Update this when adding the newest kernel major version!
linux_latest = pkgs.linux_3_16;
linuxPackages_latest = pkgs.linuxPackages_3_16;
linux_latest = pkgs.linux_3_17;
linuxPackages_latest = pkgs.linuxPackages_3_17;
# Build the kernel modules for the some of the kernels.
linuxPackages_3_2 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_2 linuxPackages_3_2);