linux: 5.4.127 -> 5.4.129

(cherry picked from commit 5da58d1f67170c3dd5da6fc86d38f0d28abe4f12)
This commit is contained in:
Yurii Matsiuk 2021-07-02 15:07:27 +02:00 committed by github-actions[bot]
parent b0214fccfb
commit 926c9aabc7

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.4.127";
version = "5.4.129";
# 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 = "1gr89x1ymxaslp9fqcchaa7939yvhxy67z3pgskmx6z2vrd9pgd0";
sha256 = "1ps64gx85lmbriq445hd2hcv4g4b1d1cwf4r3nd90x6i2cj4c9j4";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_4 ];