linux: 4.19.207 -> 4.19.208

(cherry picked from commit 7fad98993cd0da2f14ea30e895f168c7eebfba40)
This commit is contained in:
TredwellGit 2021-09-26 17:02:19 +00:00 committed by github-actions[bot]
parent a560026ecd
commit 6195899398

View File

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