linux: 4.19.214 -> 4.19.215

(cherry picked from commit c1f9eef4bc264828fb80cd04e9cd38e86a66d529)
This commit is contained in:
TredwellGit 2021-11-05 17:24:25 +00:00 committed by github-actions[bot]
parent 8974d61d61
commit 8af4c2d940
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "4.19.214";
version = "4.19.215";
# 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 = "0i08np4gxiks7chp6j328pdqb02apbba53mj4zvxb9v37qpxzqgz";
sha256 = "1czjqa5wbsmzgl7wwqlp9qbdig45ibq11m9pcykrjaclrgwn884y";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_19 ];