linuxHeaders: 6.12 -> 6.12.7 (#369357)

This commit is contained in:
Emily
2025-01-05 19:45:01 +00:00
committed by GitHub
@@ -143,13 +143,13 @@ in
linuxHeaders =
let
version = "6.12";
version = "6.12.7";
in
makeLinuxHeaders {
inherit version;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz";
hash = "sha256-saJWK+VuQq+z+EidTCp6xHKsIwmPHvHB5A2mAfVGJes=";
hash = "sha256-94X7ZIoOC2apQ7syKKS27WLJC5hc0ev2naXTjlidoM8=";
};
patches = [
./no-relocs.patch # for building x86 kernel headers on non-ELF platforms