linux: 5.10.74 -> 5.10.75

(cherry picked from commit a3edfb9ee541b2125ff5a479da1d4a8f9b4b7323)
This commit is contained in:
TredwellGit 2021-10-20 11:39:50 +00:00 committed by github-actions[bot]
parent 6670573707
commit 3cf2064cb4
1 changed files with 2 additions and 2 deletions

View File

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