summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-12-02 14:30:50 -0500
committerTim Steinbach <tim@nequissimus.com>2020-12-02 14:40:17 -0500
commit48f4ff86684d8fd69db9a1858efcd4a851d75eae (patch)
treef5c8b313776d0747a154274016cba653dfc05074
parentmicrocodeIntel: 20201112 -> 20201118 (diff)
downloadnixpkgs-48f4ff86684d8fd69db9a1858efcd4a851d75eae.tar.gz
linux: 4.14.209 -> 4.14.210
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.14.nix4
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 5a19e8d3cc93..26694d965e73 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.209";
+ version = "4.14.210";
# 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 = "171b31c4rz9sn95s4s4yqchd4s46kivmvch78z0jr5zir1f4c0nb";
+ sha256 = "067xqi6sgf50p7s3n6y77cgf5bj5062s3bz3kqpp6f9wnk85267r";
};
} // (args.argsOverride or {}))