linux: fix hash for 6.5.2

TODO: investigate why the update script broke
This commit is contained in:
K900 2023-09-10 16:40:24 +03:00
parent 6fed5bcac6
commit 8e4b53be9d

View File

@ -13,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
hash = "sha256-I3Zd1EQlRizZKtvuUmcGCP1/P9GDqDslunp7SIPQRRs=";
hash = "sha256-ICfhQFfVaK093BANrfTIhTpJsDEnBHimHYj2ARVyZQ8=";
};
} // (args.argsOverride or { }))