From 249a94e715a3d6cc0217b37b0172dea1edd4afd2 Mon Sep 17 00:00:00 2001 From: Stig Palmquist Date: Tue, 19 Dec 2023 04:08:41 +0100 Subject: [PATCH] surface: linux 6.6.6 -> 6.6.8 - linux-surface: arch-6.6.4-1 -> arch-6.6.6-1 --- microsoft/surface/common/default.nix | 2 +- microsoft/surface/common/kernel/linux-6.6.x/default.nix | 4 ++-- microsoft/surface/common/repos.nix | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/microsoft/surface/common/default.nix b/microsoft/surface/common/default.nix index 3f4d86a..485c0e2 100644 --- a/microsoft/surface/common/default.nix +++ b/microsoft/surface/common/default.nix @@ -10,7 +10,7 @@ in { ./surface-control ]; - microsoft-surface.kernelVersion = mkDefault "6.6.6"; + microsoft-surface.kernelVersion = mkDefault "6.6.8"; # Seems to be required to properly enable S0ix "Modern Standby": boot.kernelParams = mkDefault [ "mem_sleep_default=deep" ]; 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 6573522..645c4cf 100644 --- a/microsoft/surface/common/kernel/linux-6.6.x/default.nix +++ b/microsoft/surface/common/kernel/linux-6.6.x/default.nix @@ -8,7 +8,7 @@ let cfg = config.microsoft-surface; - version = "6.6.6"; + version = "6.6.8"; majorVersion = "6.6"; patchDir = repos.linux-surface + "/patches/${majorVersion}"; kernelPatches = pkgs.callPackage ./patches.nix { @@ -21,7 +21,7 @@ let extraMeta.branch = majorVersion; src = fetchurl { url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz"; - sha256 = "sha256-6/cKkXk0sTFp4b5blcO2wv6lvBTm3BRPHvuKABayJMg="; + sha256 = "sha256-UDbENOEeSzbY2j9ImFH3+CnPeF+n94h0aFN6nqRXJBY="; }; }; diff --git a/microsoft/surface/common/repos.nix b/microsoft/surface/common/repos.nix index cfaf9e0..69e3122 100644 --- a/microsoft/surface/common/repos.nix +++ b/microsoft/surface/common/repos.nix @@ -4,8 +4,8 @@ linux-surface = fetchFromGitHub { owner = "linux-surface"; repo = "linux-surface"; - rev = "arch-6.6.4-1"; - hash = "sha256-uVNXwclBH72XeAgPWQr0I7lkhP+uGVlkT5N2xcBzbW4="; + rev = "arch-6.6.6-1"; + hash = "sha256-0pP/A0XllR/iheIBEBwEApaXpyFYzsnGZ+wdm4w5Jjg="; }; # This is the owner and repo for the pre-patched kernel from the "linux-surface" project: