Merge pull request #252587 from trofi/linuxHeaders-update

linuxHeaders: 6.4 -> 6.5
This commit is contained in:
Mario Rodas 2023-09-13 06:23:06 -05:00 committed by GitHub
commit 61490ba1ac
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.4"; in
linuxHeaders = let version = "6.5"; in
makeLinuxHeaders {
inherit version;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz";
hash = "sha256-j6BYjwws7KRMrHeg45ukjJ8AprncaXYcAqXT76yNp/M=";
hash = "sha256-eldLvCCALqdrUsp/rwcmf3IEXoYbGJFcUnKpjCer+IQ=";
};
patches = [
./no-relocs.patch # for building x86 kernel headers on non-ELF platforms