Merge pull request #228097 from trofi/linuxHeaders-update

linuxHeaders: 6.2 -> 6.3
This commit is contained in:
Sergei Trofimovich 2023-05-17 07:29:05 +01:00 committed by GitHub
commit ee7c50f7f6
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.2"; in
linuxHeaders = let version = "6.3"; in
makeLinuxHeaders {
inherit version;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz";
hash = "sha256-dIYvqKtA7a6FuzOFwLcf4QMoi85RhSbWMZeACzy97LE=";
hash = "sha256-ujSR9e1r0nCjcMRAQ049aQhfzdUoki+gHnPXZX23Ox4=";
};
patches = [
./no-relocs.patch # for building x86 kernel headers on non-ELF platforms