linuxHeaders: 6.10 -> 6.12
This commit is contained in:
@@ -111,12 +111,12 @@ let
|
|||||||
in {
|
in {
|
||||||
inherit makeLinuxHeaders;
|
inherit makeLinuxHeaders;
|
||||||
|
|
||||||
linuxHeaders = let version = "6.10"; in
|
linuxHeaders = let version = "6.12"; in
|
||||||
makeLinuxHeaders {
|
makeLinuxHeaders {
|
||||||
inherit version;
|
inherit version;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz";
|
url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz";
|
||||||
hash = "sha256-d0aYQi7lTF8ecERW83xlwGtRtOmosIZvNFgNhv744iY=";
|
hash = "sha256-saJWK+VuQq+z+EidTCp6xHKsIwmPHvHB5A2mAfVGJes=";
|
||||||
};
|
};
|
||||||
patches = [
|
patches = [
|
||||||
./no-relocs.patch # for building x86 kernel headers on non-ELF platforms
|
./no-relocs.patch # for building x86 kernel headers on non-ELF platforms
|
||||||
|
|||||||
Reference in New Issue
Block a user