mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-01-25 18:25:00 +01:00
surface: linux 6.12.8 -> 6.12.9
This commit is contained in:
parent
e315f86472
commit
8870dcaff6
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@ let
|
|||
|
||||
cfg = config.microsoft-surface;
|
||||
|
||||
version = "6.12.8";
|
||||
version = "6.12.9";
|
||||
kernelPatches = surfacePatches {
|
||||
inherit version;
|
||||
patchFn = ./patches.nix;
|
||||
};
|
||||
kernelPackages = linuxPackage {
|
||||
inherit version kernelPatches;
|
||||
sha256 = "sha256-IpHaBlygS3Fcie5QNirsPwIadBS8lj8bVnNmgsgSKXk=";
|
||||
sha256 = "sha256-h74DYN8JMbNA0rrDUWGlSAcPvDqMNSxJ4h6WZmwmrrQ=";
|
||||
ignoreConfigErrors=true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue