linux: 5.10.72 -> 5.10.73

(cherry picked from commit 4f59512c0c9fc3e5e176d0197b14d6a32cfb13cf)
This commit is contained in:
TredwellGit 2021-10-13 13:06:00 +00:00 committed by github-actions[bot]
parent 73e52b0f89
commit 0ecbad5a42

View File

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