linux: 5.4.145 -> 5.4.147

(cherry picked from commit 100f0569b54abaf1ed49ed8f525678a7eb02ab9a)
This commit is contained in:
TredwellGit 2021-09-16 14:05:57 +00:00 committed by github-actions[bot]
parent 9b42fb070f
commit 49d3b04cd9

View File

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