linux: 6.2.9 -> 6.2.10

This commit is contained in:
Alyssa Ross 2023-04-07 08:15:36 +00:00
parent 93e2b6f4fc
commit 5af866f0bf

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.2.9";
version = "6.2.10";
# 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 = "1xa3znandhyn1ygbfv4cl83mwn33hphj1jdc59s0wgy0ck0ljd4h";
sha256 = "1zm4xvxdy6sqqwcich46mr4dh3kpmp40bawwahrg4lr7rp1n5iap";
};
} // (args.argsOverride or { }))