tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxHeaders: 6.6 -> 6.7
Sergei Trofimovich
2 years ago
ce9db269
da015313
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel-headers
default.nix
+2
-2
pkgs/os-specific/linux/kernel-headers/default.nix
···
111
111
in {
112
112
inherit makeLinuxHeaders;
113
113
114
114
-
linuxHeaders = let version = "6.6"; in
114
114
+
linuxHeaders = let version = "6.7"; in
115
115
makeLinuxHeaders {
116
116
inherit version;
117
117
src = fetchurl {
118
118
url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz";
119
119
-
hash = "sha256-2SagbGPdisffP4buH/ws4qO4Gi0WhITna1s4mrqOVtA=";
119
119
+
hash = "sha256-7zEUSiV20IDYwxaY6D7J9mv5fGd/oqrw1bu58zRbEGk=";
120
120
};
121
121
patches = [
122
122
./no-relocs.patch # for building x86 kernel headers on non-ELF platforms