linux: 5.15.110 -> 5.15.111

This commit is contained in:
Bernardo Meurer 2023-05-11 16:47:09 -04:00
parent 8391403bf2
commit 731bccc64c
2 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.15.110";
version = "5.15.111";
# 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 = "0nqbhgafl513pdfn55j608829bsw8kn0v616gblxqy4rgg3zqacq";
sha256 = "1hmfvii77w70dx1lsfigc7nmjblvs1q131q48didsn01khjymkkp";
};
} // (args.argsOverride or { }))

View file

@ -158,7 +158,6 @@ in {
kernelPatches.bridge_stp_helper
kernelPatches.request_key_helper
kernelPatches.fix-em-ice-bonding
kernelPatches.CVE-2023-32233
];
};