From 41e6854df791c23e30a91cd48790c647bde28d0d Mon Sep 17 00:00:00 2001 From: Stig Palmquist Date: Fri, 29 Mar 2024 03:27:09 +0100 Subject: [PATCH] surface: linux 6.6.13 -> 6.6.25 --- microsoft/surface/common/kernel/linux-6.6.x/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsoft/surface/common/kernel/linux-6.6.x/default.nix b/microsoft/surface/common/kernel/linux-6.6.x/default.nix index 82b0f0c..7d59f62 100644 --- a/microsoft/surface/common/kernel/linux-6.6.x/default.nix +++ b/microsoft/surface/common/kernel/linux-6.6.x/default.nix @@ -7,14 +7,14 @@ let cfg = config.microsoft-surface; - version = "6.6.13"; + version = "6.6.25"; kernelPatches = surfacePatches { inherit version; patchFn = ./patches.nix; }; kernelPackages = linuxPackage { inherit version kernelPatches; - sha256 = "sha256-iLiefdQerU46seQRyLuNWSV1rPgVzx3zwNxX4uiCwLw="; + sha256 = "0i0zvqlj02rm6wpbidji0rn9559vrpfc1b8gbfjk70lhhyz11llr"; ignoreConfigErrors=true; };