linux: 5.4.142 -> 5.4.143

(cherry picked from commit 48183dde30f12435bc59f92d9de3ca0cbcfddb7c)
This commit is contained in:
TredwellGit 2021-08-27 01:13:34 +00:00 committed by github-actions[bot]
parent 9dfb717fb9
commit ceb5fc136c

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.4.142";
version = "5.4.143";
# 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/v5.x/linux-${version}.tar.xz";
sha256 = "0l8l4cg04p5vx890jm45r35js1v0nljd0lp5qwkvlr45jql5fy4r";
sha256 = "090x087p8hxnc1daf2xwj7vg8hg1jhz5i4andkbhdy550l5nalq9";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_4 ];