surface: linux 6.12.9 -> 6.12.11

This commit is contained in:
matthiasdotsh
2025-01-23 18:49:14 +01:00
committed by mergify[bot]
parent cbefe8bde7
commit 3a123626d9

View File

@@ -7,14 +7,14 @@ let
cfg = config.microsoft-surface;
version = "6.12.9";
version = "6.12.11";
kernelPatches = surfacePatches {
inherit version;
patchFn = ./patches.nix;
};
kernelPackages = linuxPackage {
inherit version kernelPatches;
sha256 = "sha256-h74DYN8JMbNA0rrDUWGlSAcPvDqMNSxJ4h6WZmwmrrQ=";
sha256 = "sha256-R1Fy/b2HoVPxI6V5Umcudzvbba9bWKQX0aXkGfz+7Ek=";
ignoreConfigErrors=true;
};