linux: 5.4.242 -> 5.4.243

This commit is contained in:
K900 2023-05-17 16:59:54 +03:00
parent e91187fdda
commit c933458300

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.4.242";
version = "5.4.243";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = versions.pad 3 version;
@ -13,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
sha256 = "0a7wfi84p74qsnbj1vamz4qxzp94v054jp1csyfl0blz3knrlbql";
sha256 = "017b1xhmjpmiq48pzzx36wn6jwwgaq2kgia51h7pxr7fxr7ndky3";
};
} // (args.argsOverride or {}))