linuxHeaders: 6.18.7 -> 7.0

This commit is contained in:
zowoq
2026-05-19 16:51:53 +10:00
parent 4a8e8392a4
commit 0d82881a6a
2 changed files with 4 additions and 4 deletions
@@ -152,13 +152,13 @@ in
linuxHeaders =
let
version = "6.18.7";
version = "7.0";
in
makeLinuxHeaders {
inherit version;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz";
hash = "sha256-tyak0Vz5rgYhm1bYeCB3bjTYn7wTflX7VKm5wwFbjx4=";
hash = "sha256-u39tgLOHx1e30Uu5MCj8uQ95PFwNNnc27oFaEAs4kfA=";
};
patches = [
./no-relocs.patch # for building x86 kernel headers on non-ELF platforms
@@ -2,6 +2,6 @@
+++ b/arch/x86/Makefile
@@ -231,3 +231,3 @@ endif
archscripts: scripts_basic
- $(Q)$(MAKE) $(build)=arch/x86/tools relocs
+ $(Q)$(MAKE) $(build)=arch/x86/tools
- $(Q)$(MAKE) $(build)=arch/x86/tools relocs vdso2c
+ $(Q)$(MAKE) $(build)=arch/x86/tools vdso2c