Merge pull request #240013 from trofi/linuxHeaders-update

This commit is contained in:
Ryan Lahfa 2023-07-03 02:34:49 +02:00 committed by GitHub
commit 4457dfe012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,12 +111,12 @@ let
in {
inherit makeLinuxHeaders;
linuxHeaders = let version = "6.3"; in
linuxHeaders = let version = "6.4"; in
makeLinuxHeaders {
inherit version;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz";
hash = "sha256-ujSR9e1r0nCjcMRAQ049aQhfzdUoki+gHnPXZX23Ox4=";
hash = "sha256-j6BYjwws7KRMrHeg45ukjJ8AprncaXYcAqXT76yNp/M=";
};
patches = [
./no-relocs.patch # for building x86 kernel headers on non-ELF platforms