surface: linux 6.12.16 -> 6.12.17

This commit is contained in:
matthiasdotsh
2025-02-28 10:17:05 +01:00
committed by mergify[bot]
parent 009b764ac9
commit d23a3bc3c6

View File

@@ -7,14 +7,14 @@ let
cfg = config.microsoft-surface;
version = "6.12.16";
version = "6.12.17";
kernelPatches = surfacePatches {
inherit version;
patchFn = ./patches.nix;
};
kernelPackages = linuxPackage {
inherit version kernelPatches;
sha256 = "sha256-X4E2KmlPUVIL/5+uy3PxzJvHvs5v3RDVwn40jfOdfcQ=";
sha256 = "sha256-XCBc00+Al05Jc+MhywCPX2iVqKqMJXfwapRIzXfeY7M=";
ignoreConfigErrors=true;
};