linux: 6.4.11 -> 6.4.12

This commit is contained in:
K900 2023-08-24 10:37:57 +03:00
parent b6209350d7
commit d68e756397

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.4.11";
version = "6.4.12";
# 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 = "0609lhgc42j9id2vvdpv8n7djabp46p2mridf9s0sg3x16snhssl";
sha256 = "0x56b4hslm730ghvggz41fjkbzlnxp6k8857dn7iy27yavlipafc";
};
} // (args.argsOverride or { }))