linuxHeaders: 7.1 -> 7.2 (#555086)

This commit is contained in:
K900
2026-08-21 16:11:31 +00:00
committed by GitHub

View File

@@ -159,13 +159,13 @@ in
linuxHeaders =
let
version = "7.1";
version = "7.2";
in
makeLinuxHeaders {
inherit version;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz";
hash = "sha256-aR9EeX++eQ3IoyFgTJJwh1Jq0nttZJkl1g+O7QolZKA=";
hash = "sha256-+f7z0UwN9TgZAm9L50RZg1wqCw3L9bW72eoZ8IKUArM=";
};
patches = [
./no-relocs.patch # for building x86 kernel headers on non-ELF platforms