From 4f90da509bd7f249ca36e145c4752a798b886641 Mon Sep 17 00:00:00 2001 From: matthiasdotsh Date: Mon, 17 Feb 2025 12:17:26 +0100 Subject: [PATCH] surface: linux 6.12.12 -> 6.12.14 --- 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 4ff16558..17260c9d 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.12"; + version = "6.12.14"; kernelPatches = surfacePatches { inherit version; patchFn = ./patches.nix; }; kernelPackages = linuxPackage { inherit version kernelPatches; - sha256 = "sha256-6YlC0X73Bjs/LW12kr8kiZ4uAhz4MtGbVTCOyOjgjv8="; + sha256 = "sha256-lCP0v7TYdUF+OcsLAXtUmf6kfaVhGfDNKKIBc12JjxQ="; ignoreConfigErrors=true; };