surface: linux 6.12.11 -> 6.12.12

This commit is contained in:
matthiasdotsh
2025-02-01 21:14:54 +01:00
committed by mergify[bot]
parent d85ec4b3c6
commit c5666d9cd6

View File

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