From 1db3c42d93e460f71f6cfd5ae20e669bc31b9a80 Mon Sep 17 00:00:00 2001 From: matthiasdotsh Date: Thu, 19 Dec 2024 22:07:18 +0100 Subject: [PATCH] surface: linux 6.12.4 -> 6.12.6 --- microsoft/surface/common/kernel/linux-surface/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsoft/surface/common/kernel/linux-surface/default.nix b/microsoft/surface/common/kernel/linux-surface/default.nix index eccc29a..f3cb065 100644 --- a/microsoft/surface/common/kernel/linux-surface/default.nix +++ b/microsoft/surface/common/kernel/linux-surface/default.nix @@ -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; };