1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-12-26 11:39: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:
Jörg Thalheim 2024-12-23 12:47:55 +01:00 committed by GitHub
commit 4fdd18ae24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,14 +7,14 @@ let
cfg = config.microsoft-surface; cfg = config.microsoft-surface;
version = "6.12.4"; version = "6.12.6";
kernelPatches = surfacePatches { kernelPatches = surfacePatches {
inherit version; inherit version;
patchFn = ./patches.nix; patchFn = ./patches.nix;
}; };
kernelPackages = linuxPackage { kernelPackages = linuxPackage {
inherit version kernelPatches; inherit version kernelPatches;
sha256 = "sha256-bzX4IUM9hCG+cWeZB0fHxKDEUZWPuWiDRGMBrxPXEVI="; sha256 = "sha256-1FCrIV3k4fi7heD0IWdg+jP9AktFJrFE9M4NkBKynJ4=";
ignoreConfigErrors=true; ignoreConfigErrors=true;
}; };