linuxHeaders: 6.6 -> 6.7

This commit is contained in:
Sergei Trofimovich 2024-01-20 10:43:23 +00:00
parent da01531353
commit ce9db269a6

View file

@ -111,12 +111,12 @@ let
in {
inherit makeLinuxHeaders;
linuxHeaders = let version = "6.6"; in
linuxHeaders = let version = "6.7"; in
makeLinuxHeaders {
inherit version;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz";
hash = "sha256-2SagbGPdisffP4buH/ws4qO4Gi0WhITna1s4mrqOVtA=";
hash = "sha256-7zEUSiV20IDYwxaY6D7J9mv5fGd/oqrw1bu58zRbEGk=";
};
patches = [
./no-relocs.patch # for building x86 kernel headers on non-ELF platforms