linux: 5.15.121 -> 5.15.122

This commit is contained in:
K900 2023-07-25 07:37:38 +03:00
parent d5cddc3d2f
commit c28af224b5

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.15.121";
version = "5.15.122";
# 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 = "07f3a68r1yb4p19z1azjwp2vhjb3ayh31hz9hfb4a98dn2ywxq07";
sha256 = "0b9ljdi9vgwzw4wa8gx1ia5fmb1pm8lnslx0q2l2kqhwrl0mhx9q";
};
} // (args.argsOverride or { }))