linux: 4.19.209 -> 4.19.210

(cherry picked from commit 4d1cd369c8483f1b2c20c461546e13e40427649a)
This commit is contained in:
TredwellGit 2021-10-12 04:04:39 +00:00 committed by Maximilian Bosch
parent 1b86320ebb
commit 90928280cf
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "4.19.209";
version = "4.19.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,7 +13,7 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "04z9hxgqw2p86xxi2667kaj2w99xxxiw9gn9i1217c305swxa9vk";
sha256 = "0cv126j4sghwgzjm9p5l1brcnxkbgggja2ai37gl8m2s99cj59wv";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_19 ];