mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
surface: linux 6.10.3 -> 6.10.5
This commit is contained in:
parent
144a825160
commit
feefc78fbc
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue