Merge pull request #905 from stigtsp/surface-kernel-bump-9

surface: linux 6.6.13 -> 6.6.25
This commit is contained in:
Jörg Thalheim 2024-04-09 22:46:47 +02:00 committed by GitHub
commit 05aa46a1f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@ let
cfg = config.microsoft-surface;
version = "6.6.13";
version = "6.6.25";
kernelPatches = surfacePatches {
inherit version;
patchFn = ./patches.nix;
};
kernelPackages = linuxPackage {
inherit version kernelPatches;
sha256 = "sha256-iLiefdQerU46seQRyLuNWSV1rPgVzx3zwNxX4uiCwLw=";
sha256 = "0i0zvqlj02rm6wpbidji0rn9559vrpfc1b8gbfjk70lhhyz11llr";
ignoreConfigErrors=true;
};