linuxPackages: set to 4.4 (latests LTS) fixes #13394

This commit is contained in:
Domen Kožar 2016-02-25 15:54:31 +00:00
parent 69932f905a
commit a2c8bee109

View File

@ -10538,7 +10538,7 @@ let
}; };
# The current default kernel / kernel modules. # The current default kernel / kernel modules.
linuxPackages = linuxPackages_4_1; linuxPackages = linuxPackages_4_4;
linux = linuxPackages.kernel; linux = linuxPackages.kernel;
# Update this when adding the newest kernel major version! # Update this when adding the newest kernel major version!