microsoft/surface: Update to kernel 6.12.4

This commit is contained in:
matthiasdotsh
2024-12-14 21:22:32 +01:00
committed by mergify[bot]
parent cf737e2eba
commit b12e314726
4 changed files with 21 additions and 25 deletions

View File

@@ -7,14 +7,14 @@ let
cfg = config.microsoft-surface;
version = "6.11.4";
version = "6.12.4";
kernelPatches = surfacePatches {
inherit version;
patchFn = ./patches.nix;
};
kernelPackages = linuxPackage {
inherit version kernelPatches;
sha256 = "0mcg1rrw9b0lwj88jkaw6ic2mks8xh8i92v90sbr2x35ljhb0m5x";
sha256 = "sha256-bzX4IUM9hCG+cWeZB0fHxKDEUZWPuWiDRGMBrxPXEVI=";
ignoreConfigErrors=true;
};