linux: 5.4.143 -> 5.4.144

(cherry picked from commit c9a4ef4d58df21ae1690258d0ca14d46b8119617)
This commit is contained in:
Tim Steinbach 2021-09-03 06:53:41 -04:00 committed by github-actions[bot]
parent 7495560f0c
commit 678b3c6bfc

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.4.143";
version = "5.4.144";
# 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 = "090x087p8hxnc1daf2xwj7vg8hg1jhz5i4andkbhdy550l5nalq9";
sha256 = "11aqp12xwbg7ysac3f9iaxwkhvasdg9bw4r43jj8af5bf61bjhxw";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_4 ];