1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 21:07:23 +02:00

surface: linux 6.10.3 -> 6.10.5

This commit is contained in:
Stig Palmquist 2024-08-15 21:16:45 +02:00 committed by mergify[bot]
parent 144a825160
commit feefc78fbc

View file

@ -7,14 +7,14 @@ let
cfg = config.microsoft-surface; cfg = config.microsoft-surface;
version = "6.10.3"; version = "6.10.5";
kernelPatches = surfacePatches { kernelPatches = surfacePatches {
inherit version; inherit version;
patchFn = ./patches.nix; patchFn = ./patches.nix;
}; };
kernelPackages = linuxPackage { kernelPackages = linuxPackage {
inherit version kernelPatches; inherit version kernelPatches;
sha256 = "1666dypfg193l5460maadki4hc291hr7k9fw74nq21fxczyj4pzs"; sha256 = "02yckkh6sxvcrwzbqgmw4jhqhxmbvz87xn9wm6bwwka3w2r9x41h";
ignoreConfigErrors=true; ignoreConfigErrors=true;
}; };