From 9a395a45aa43df701550a5319a3a2c0b6aac580f Mon Sep 17 00:00:00 2001 From: aszlig <aszlig@nix.build> Date: Thu, 14 Mar 2019 15:05:18 +0100 Subject: [PATCH] linuxPackages: 4.14 -> 4.19 This reverts commit 048c36ccaa0add5e5de387e9de0d3775d3fdd10d. With the patch applied for fixing the overlayfs bug in QEMU, there really shouldn't stand anything in our way to use 4.19 as the default kernel. Signed-off-by: aszlig <aszlig@nix.build> --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 7fe8f295a48d..16ce943d45e4 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -14891,7 +14891,7 @@ in }); # The current default kernel / kernel modules. - linuxPackages = linuxPackages_4_14; + linuxPackages = linuxPackages_4_19; linux = linuxPackages.kernel; # Update this when adding the newest kernel major version!