linux: 5.10.64 -> 5.10.66

This commit is contained in:
TredwellGit 2021-09-16 14:05:32 +00:00
parent e5c5c3b152
commit 6c829ce083

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.10.64";
version = "5.10.66";
# 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/v5.x/linux-${version}.tar.xz";
sha256 = "02p36mf41nsa4bamw18vhgbca094q2blbqqljdsb9qid9b94pf1y";
sha256 = "19y8zh6wvjzj55kynfpgm3zbapyhwsqkgilycvmbjr6ipfxhdyjx";
};
} // (args.argsOverride or {}))