summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2021-10-17 09:27:26 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-10-18 21:03:28 +0000
commit4b55e135eda092e31841bd83e88c39f2a1969b6e (patch)
tree63c3bff7f468a81e13cc05ff2f2cc0a79295d8ac
parentlinux: 4.14.250 -> 4.14.251 (diff)
downloadnixpkgs-4b55e135eda092e31841bd83e88c39f2a1969b6e.tar.gz
linux: 4.19.211 -> 4.19.212
(cherry picked from commit 5275780c1272b08e60057379a992abd78fedee35)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.19.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.19.nix b/pkgs/os-specific/linux/kernel/linux-4.19.nix
index af86c28a2d55..ca12120b4598 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.19.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.19.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "4.19.211";
+ version = "4.19.212";
# 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,7 +13,7 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "1m3y5gsf5s8bb4jxkri20dlxi8aiqabzaijj2h1svz4r19ca8j7v";
+ sha256 = "0hxn3mzxh4hpnrkyjv9gipb81k6p0zd07a3xvb6fb6njvmwdpvsw";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_19 ];