src/kernel: bump non-gru-kevin kernels for Linux wifi RCE

This bumps the kernel version on non-gru-kevin to 5.10.148, which
has fixes for the notorious Linux kernel wifi RCE exploits:
CVE-2022-41674, CVE-2022-42719, and CVE-2022-42720.
master
Adam Joseph 2 years ago
parent b70f108dce
commit 4a2a89d88a

@ -8,13 +8,14 @@
let let
inherit (nixpkgsOnBuildForHost) stdenv; inherit (nixpkgsOnBuildForHost) stdenv;
version = "5.4.209"; version = "5.4.218";
hash = "sha256-Pd10AoU31newwCsXz9+IH06933VVJsy5zX+Yg3Gp9Dg=";
in stdenv.mkDerivation { in stdenv.mkDerivation {
pname = "linux"; pname = "linux";
inherit version; inherit version;
src = nixpkgsOnBuildForBuild.fetchurl { src = nixpkgsOnBuildForBuild.fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
sha256 = "1kdnz99k7zspzaxqaxahbf6hncigy4cvjlb79jsy7a95qxxr31qf"; inherit hash;
}; };
enableParallelBuilding = true; enableParallelBuilding = true;
prePatch = "patchShebangs scripts"; prePatch = "patchShebangs scripts";

Loading…
Cancel
Save