linux: 6.5 -> 6.5.1

This commit is contained in:
K900 2023-09-02 11:05:29 +03:00
parent f77a564a44
commit 2d94555e5d

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.5";
version = "6.5.1";
# 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-eldLvCCALqdrUsp/rwcmf3IEXoYbGJFcUnKpjCer+IQ=";
hash = "sha256-I3Zd1EQlRizZKtvuUmcGCP1/P9GDqDslunp7SIPQRRs=";
};
} // (args.argsOverride or { }))