1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2025-02-04 07:05:03 +01:00

surface: linux 6.12.6 -> 6.12.7

This commit is contained in:
matthiasdotsh 2024-12-27 16:49:30 +01:00 committed by mergify[bot]
parent def1d472c8
commit 7c674c6734

View file

@ -7,14 +7,14 @@ let
cfg = config.microsoft-surface; cfg = config.microsoft-surface;
version = "6.12.6"; version = "6.12.7";
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-1FCrIV3k4fi7heD0IWdg+jP9AktFJrFE9M4NkBKynJ4="; sha256 = "sha256-94X7ZIoOC2apQ7syKKS27WLJC5hc0ev2naXTjlidoM8=";
ignoreConfigErrors=true; ignoreConfigErrors=true;
}; };