linuxHeaders: 6.16.7 -> 6.18

This commit is contained in:
Sergei Trofimovich
2025-12-28 11:17:17 +00:00
parent e2a3216076
commit 8934094ae4
@@ -152,13 +152,13 @@ in
linuxHeaders =
let
version = "6.16.7";
version = "6.18";
in
makeLinuxHeaders {
inherit version;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz";
hash = "sha256-W+PaoflCexvbNMSJTZwa36w4z/Z0N2/gYRowZXKaGoE=";
hash = "sha256-kQakYF2p4x/xdlnZWHgrgV+VkaswjQOw7iGq1sfc7Us=";
};
patches = [
./no-relocs.patch # for building x86 kernel headers on non-ELF platforms