surface: linux 6.8.6 -> 6.8.9

This commit is contained in:
Stig Palmquist 2024-05-04 02:16:46 +02:00 committed by mergify[bot]
parent 3f01731119
commit d623635bb7
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@ let
cfg = config.microsoft-surface;
version = "6.8.6";
version = "6.8.9";
kernelPatches = surfacePatches {
inherit version;
patchFn = ./patches.nix;
};
kernelPackages = linuxPackage {
inherit version kernelPatches;
sha256 = "sha256-nnIyMtYDq0Xr8EPDRxTEjyd6sZXCmry4Ry8qTDpaGZU=";
sha256 = "sha256-+QXxI46nqOhTFLrPKDMC6AlwBgENJfzqcm0N4OpbybY=";
ignoreConfigErrors=true;
};