linux: 5.15.127 -> 5.15.128

This commit is contained in:
Raito Bezarius 2023-08-28 11:01:25 +02:00
parent 238eca32de
commit e133821958

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.15.127";
version = "5.15.128";
# 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 = "09lgj9hs1cjxg84hb7avras4rlsx18igr69mx433l9hv6issbl5d";
sha256 = "1pl03djrfa7bqzpcvqlfgqnwx6iby6bpr1hc7gspdzc3a62clbhg";
};
} // (args.argsOverride or { }))