linux: 6.1.52 -> 6.1.53

This commit is contained in:
Raito Bezarius 2023-09-13 17:56:15 +02:00
parent 703eef7b02
commit ebb9807b9d

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.1.52";
version = "6.1.53";
# 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/v6.x/linux-${version}.tar.xz";
sha256 = "0lis73mxnl7hxz8lyja6sfgmbym944l3k1h7dab6b4mw1nckfxsn";
sha256 = "0zpdg3fcc12iyjhfs5w7cw75700z4i8m9jcg38mlzlhh92hf0msz";
};
} // (args.argsOverride or { }))