1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-08 03:26:31 +02:00

surface: linux 6.9.3 -> 6.9.9

This commit is contained in:
Tracteur Blindé 2024-07-24 14:49:05 -07:00 committed by mergify[bot]
parent 1091743811
commit 0b4d40f95a

View File

@ -7,14 +7,14 @@ let
cfg = config.microsoft-surface;
version = "6.9.3";
version = "6.9.9";
kernelPatches = surfacePatches {
inherit version;
patchFn = ./patches.nix;
};
kernelPackages = linuxPackage {
inherit version kernelPatches;
sha256 = "1bnzxparybwh320019pr2msaapas41dhjmvg4gy791rn05jc88f3";
sha256 = "1f8y88rif3z5lp1bq00g66fd0xs1227qlqkxd2zs6fdjgr45pq1b";
ignoreConfigErrors=true;
};