surface: linux 6.12.17 -> 6.12.18

This commit is contained in:
matthiasdotsh
2025-03-09 12:13:13 +01:00
committed by mergify[bot]
parent 14f45c1a63
commit 59314eb9f5

View File

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