linux: 5.13.18 -> 5.13.19

(cherry picked from commit 748679c0d3ab550ce8dbac4e5797e3b5d0064c76)
This commit is contained in:
TredwellGit 2021-09-20 21:40:00 +00:00 committed by github-actions[bot]
parent 02e05becea
commit 4dcfb25299
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.13.18";
version = "5.13.19";
# 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 = "0iqz34yjbk5zg8wc9majq7afg34nsgi0yxn0j4k3xrn22kyl2dm2";
sha256 = "0yxbcd1k4l4cmdn0hzcck4s0yvhvq9fpwp120dv9cz4i9rrfqxz8";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_13 ];