linux: 6.5.2 -> 6.5.3

This commit is contained in:
Raito Bezarius 2023-09-13 17:57:05 +02:00
parent 7baeff62c1
commit 044e23c2f8

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.5.2";
version = "6.5.3";
# 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";
hash = "sha256-ICfhQFfVaK093BANrfTIhTpJsDEnBHimHYj2ARVyZQ8=";
hash = "sha256-TKwT97F72Nz5AyrWj5Ejq1MT1pjJ9ZQWBDFlFQdj608=";
};
} // (args.argsOverride or { }))