linuxHeaders: 6.12 -> 6.12.7
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user