linux: 4.14.244 -> 4.14.245

(cherry picked from commit 637878c8af79298ad8e3d905d95907488f7f1696)
This commit is contained in:
TredwellGit 2021-08-27 01:12:05 +00:00 committed by github-actions[bot]
parent 74d017edb6
commit c498bc0180

View File

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