linux: 5.10.70 -> 5.10.71

(cherry picked from commit 6a1f12372598386f525524ff2d9a5ef49e4a6ac9)
This commit is contained in:
TredwellGit 2021-10-07 07:59:00 +00:00 committed by github-actions[bot]
parent 50e3d6910d
commit 4388bb53c9

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.10.70";
version = "5.10.71";
# 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 = "0cmj5l425c6kkaplcp1y692j123lhyqq2jgfi642jzqxf4rnqwvm";
sha256 = "15x4jbwy6j78ss31avdl7nr0mw4w6a1y6c6dyljh6gwngp98irh2";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_10 ];