linux: 5.4.158 -> 5.4.159

This commit is contained in:
TredwellGit 2021-11-12 19:02:52 +00:00
parent e5d1ac060f
commit c6d6891185

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.4.158";
version = "5.4.159";
# 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 = "0ncdkf1iz49458k3dvq3dc5b2r9dp21jsn3ffm9lbhlgvkn8y0bf";
sha256 = "0hw68yjf0c8kahwra8hq863318cbyqc89f429z75scmb9rgk466p";
};
} // (args.argsOverride or {}))