linuxHeaders: 6.12 -> 6.12.7

This commit is contained in:
R. Ryantm
2024-12-30 11:08:02 +00:00
parent 070ae1c71f
commit 255bcd6fea
@@ -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