mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-25 19:19:44 +01:00
Merge pull request #1281 from matthiasdotsh/ms-surface/update-kernel-6.12.6
surface: linux 6.12.4 -> 6.12.6
This commit is contained in:
commit
4fdd18ae24
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@ let
|
|||
|
||||
cfg = config.microsoft-surface;
|
||||
|
||||
version = "6.12.4";
|
||||
version = "6.12.6";
|
||||
kernelPatches = surfacePatches {
|
||||
inherit version;
|
||||
patchFn = ./patches.nix;
|
||||
};
|
||||
kernelPackages = linuxPackage {
|
||||
inherit version kernelPatches;
|
||||
sha256 = "sha256-bzX4IUM9hCG+cWeZB0fHxKDEUZWPuWiDRGMBrxPXEVI=";
|
||||
sha256 = "sha256-1FCrIV3k4fi7heD0IWdg+jP9AktFJrFE9M4NkBKynJ4=";
|
||||
ignoreConfigErrors=true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue