surface: linux 6.12.18 -> 6.12.19

This commit is contained in:
matthiasdotsh
2025-03-14 09:46:41 +01:00
committed by mergify[bot]
parent 36d0027ef4
commit 4f4d97d7b7

View File

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