diff options
| author | Tim Steinbach <tim@nequissimus.com> | 2019-12-18 11:22:59 -0500 |
|---|---|---|
| committer | Tim Steinbach <tim@nequissimus.com> | 2019-12-18 11:41:37 -0500 |
| commit | a43e384dcc20080afad3bf56bbd9f4e6a0fbdbd8 (patch) | |
| tree | 557b50f283d1dca4dec512dff1331069177d3513 | |
| parent | linux: 5.4.3 -> 5.4.5 (diff) | |
| download | nixpkgs-a43e384dcc20080afad3bf56bbd9f4e6a0fbdbd8.tar.gz | |
linux: 4.14.158 -> 4.14.159
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-4.14.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.14.nix b/pkgs/os-specific/linux/kernel/linux-4.14.nix index 2bb781d47631..8823b617743a 100644 --- a/pkgs/os-specific/linux/kernel/linux-4.14.nix +++ b/pkgs/os-specific/linux/kernel/linux-4.14.nix @@ -3,7 +3,7 @@ with stdenv.lib; buildLinux (args // rec { - version = "4.14.158"; + version = "4.14.159"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStrings (intersperse "." (take 3 (splitString "." "${version}.0"))) else modDirVersionArg; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1cqvr8pgqx005a9qyphqykakzwc54adq8mmdc9sgrxkkw9rfqj8d"; + sha256 = "1wi6m3w40z0v9krb12g9q09s9y471r51rhcv3qa81lc53cx2vm78"; }; } // (args.argsOverride or {})) |
