Merge pull request #174187 from trofi/update-linux-headers

linuxHeaders: 5.17 -> 5.18

authored by Sergei Trofimovich and committed by GitHub 2ff678ec 1bd8058f

+2 -2
+2 -2
pkgs/os-specific/linux/kernel-headers/default.nix
··· 84 in { 85 inherit makeLinuxHeaders; 86 87 - linuxHeaders = let version = "5.17"; in 88 makeLinuxHeaders { 89 inherit version; 90 src = fetchurl { 91 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; 92 - sha256 = "1cdi43x4c3l4chznh57gm55szycj4wjlxl1dss1ilnfvvmhyypsm"; 93 }; 94 patches = [ 95 ./no-relocs.patch # for building x86 kernel headers on non-ELF platforms
··· 84 in { 85 inherit makeLinuxHeaders; 86 87 + linuxHeaders = let version = "5.18"; in 88 makeLinuxHeaders { 89 inherit version; 90 src = fetchurl { 91 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; 92 + sha256 = "1vjwhl4s8qxfg1aabn8xnpjza3qzrjcp5450h9qpjvl999lg3wsi"; 93 }; 94 patches = [ 95 ./no-relocs.patch # for building x86 kernel headers on non-ELF platforms