linux: 4.19.213 -> 4.19.214

(cherry picked from commit b7efb90537964cee5fb6c350d14d89b477e58912)
This commit is contained in:
TredwellGit 2021-10-27 09:52:20 +00:00 committed by github-actions[bot]
parent 7670a0e6c6
commit 75c0de2495
1 changed files with 2 additions and 2 deletions

View File

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