linux: 4.14.245 -> 4.14.246

(cherry picked from commit b9c9f0a21176ea16301b96c07cd0418a0af6c64c)
This commit is contained in:
Tim Steinbach 2021-09-03 06:52:50 -04:00 committed by github-actions[bot]
parent a6800d5c8e
commit 1395fb5573

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "4.14.245";
version = "4.14.246";
# 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/v4.x/linux-${version}.tar.xz";
sha256 = "085jls7b2rzxlmvp0zsp4l3wi5xdrqlv2qczzwvbhzna1f4n2x0d";
sha256 = "0fpgig84shpas1jc0h4s3aw9brkcq1as84gjbk4bfhc48bpi4mlw";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_14 ];