diff options
| author | Tim Steinbach <tim@nequissimus.com> | 2020-11-23 10:33:07 -0500 |
|---|---|---|
| committer | Tim Steinbach <tim@nequissimus.com> | 2020-11-23 10:56:16 -0500 |
| commit | 8e81f8f66b2910f053b5e70e5ce34e5403dfc1e1 (patch) | |
| tree | 33fe795d7395bbba1aa3cc46a27d28fabff68ecf | |
| parent | Merge pull request #104583 from stigtsp/package/mutt-patch-CVE-2020-28896-rel... (diff) | |
| download | nixpkgs-8e81f8f66b2910f053b5e70e5ce34e5403dfc1e1.tar.gz | |
linux: 4.14.207 -> 4.14.208
| -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 2ab56a3c9302..b464ff04a62e 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.207"; + version = "4.14.208"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${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 = "0a804hwh7cwbdd2gnr5n9i32b4s6gppd8iqihah4sn4q1nbm79vq"; + sha256 = "0vzn5kprjlgpgnjr1drjq97x9xbyfgigpgs42xsfw61h2qjy3b1q"; }; } // (args.argsOverride or {})) |
