Merge pull request #248549 from K900/kernels-20230811-part-2

linux: 5.15.125 -> 5.15.126
This commit is contained in:
K900 2023-08-11 18:08:03 +03:00 committed by GitHub
commit ec6bbdce00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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