linux: 4.19.214 -> 4.19.215

This commit is contained in:
TredwellGit 2021-11-05 17:24:25 +00:00
parent 6ad7cc4323
commit c1f9eef4bc

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,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0i08np4gxiks7chp6j328pdqb02apbba53mj4zvxb9v37qpxzqgz";
sha256 = "1czjqa5wbsmzgl7wwqlp9qbdig45ibq11m9pcykrjaclrgwn884y";
};
} // (args.argsOverride or {}))