Merge pull request #240013 from trofi/linuxHeaders-update

authored by Ryan Lahfa and committed by GitHub 4457dfe0 9fc1b7bd

+2 -2
+2 -2
pkgs/os-specific/linux/kernel-headers/default.nix
··· 111 in { 112 inherit makeLinuxHeaders; 113 114 - linuxHeaders = let version = "6.3"; in 115 makeLinuxHeaders { 116 inherit version; 117 src = fetchurl { 118 url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz"; 119 - hash = "sha256-ujSR9e1r0nCjcMRAQ049aQhfzdUoki+gHnPXZX23Ox4="; 120 }; 121 patches = [ 122 ./no-relocs.patch # for building x86 kernel headers on non-ELF platforms
··· 111 in { 112 inherit makeLinuxHeaders; 113 114 + linuxHeaders = let version = "6.4"; in 115 makeLinuxHeaders { 116 inherit version; 117 src = fetchurl { 118 url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz"; 119 + hash = "sha256-j6BYjwws7KRMrHeg45ukjJ8AprncaXYcAqXT76yNp/M="; 120 }; 121 patches = [ 122 ./no-relocs.patch # for building x86 kernel headers on non-ELF platforms