linux: 5.10.42 -> 5.10.43

(cherry picked from commit 121dbb96538e04b1e54559a7728a5e4653a52e82)
This commit is contained in:
TredwellGit 2021-06-10 20:53:52 +00:00 committed by github-actions[bot]
parent 134c38917e
commit a5bfe124f9

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.10.42";
version = "5.10.43";
# 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 = "1r86v6q7ml7zv001f25w3h667nqqy39439s94vnqsyyn7g3jg84b";
sha256 = "00yl1g6irpwy3sy0d43qvlk7x1gfk4v1dyv460afxy527d1ixf43";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_10 ];