linux: 4.19.210 -> 4.19.211

(cherry picked from commit 821d8339f80c2664d6157a453e0d194dffcef61e)
This commit is contained in:
TredwellGit 2021-10-13 13:05:53 +00:00 committed by github-actions[bot]
parent 2ec14d6c79
commit 73e52b0f89

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "4.19.210";
version = "4.19.211";
# 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 = "0cv126j4sghwgzjm9p5l1brcnxkbgggja2ai37gl8m2s99cj59wv";
sha256 = "1m3y5gsf5s8bb4jxkri20dlxi8aiqabzaijj2h1svz4r19ca8j7v";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_19 ];