1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 12:57:22 +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;
version = "6.10.3";
version = "6.10.5";
kernelPatches = surfacePatches {
inherit version;
patchFn = ./patches.nix;
};
kernelPackages = linuxPackage {
inherit version kernelPatches;
sha256 = "1666dypfg193l5460maadki4hc291hr7k9fw74nq21fxczyj4pzs";
sha256 = "02yckkh6sxvcrwzbqgmw4jhqhxmbvz87xn9wm6bwwka3w2r9x41h";
ignoreConfigErrors=true;
};