mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-17 16:39:40 +01:00
surface: linux 6.8.6 -> 6.8.9
This commit is contained in:
parent
3f01731119
commit
d623635bb7
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@ let
|
|||
|
||||
cfg = config.microsoft-surface;
|
||||
|
||||
version = "6.8.6";
|
||||
version = "6.8.9";
|
||||
kernelPatches = surfacePatches {
|
||||
inherit version;
|
||||
patchFn = ./patches.nix;
|
||||
};
|
||||
kernelPackages = linuxPackage {
|
||||
inherit version kernelPatches;
|
||||
sha256 = "sha256-nnIyMtYDq0Xr8EPDRxTEjyd6sZXCmry4Ry8qTDpaGZU=";
|
||||
sha256 = "sha256-+QXxI46nqOhTFLrPKDMC6AlwBgENJfzqcm0N4OpbybY=";
|
||||
ignoreConfigErrors=true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue