linux: fix hash for 6.5.2
TODO: investigate why the update script broke
This commit is contained in:
@@ -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 { }))
|
||||
|
||||
Reference in New Issue
Block a user