linuxHeaders: 5.10.4 -> 5.10.9

This commit is contained in:
TredwellGit 2021-01-20 00:15:24 +00:00 committed by Tim Steinbach
parent 7d80106978
commit 53029f2070

View File

@ -69,12 +69,12 @@ let
in { in {
inherit makeLinuxHeaders; inherit makeLinuxHeaders;
linuxHeaders = let version = "5.10.4"; in linuxHeaders = let version = "5.10.9"; in
makeLinuxHeaders { makeLinuxHeaders {
inherit version; inherit version;
src = fetchurl { src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
sha256 = "1v2nbpp21c3fkw23dgrrfznnnlvi0538kj8wrlb2m6g94rn3jklh"; sha256 = "0la7dklpy6xd79fkzavpmlfyrc60kmmwz491msd95dmvv06kwwvz";
}; };
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