From 6f976e53752e5b9ab08f9a3b1b0b9c67815c9754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tracteur=20Blind=C3=A9?= Date: Wed, 17 Apr 2024 17:41:51 -0700 Subject: [PATCH] surface: linux-surface to 6.8.6 --- microsoft/surface/common/kernel/linux-6.8.x/default.nix | 4 ++-- microsoft/surface/common/repos.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/microsoft/surface/common/kernel/linux-6.8.x/default.nix b/microsoft/surface/common/kernel/linux-6.8.x/default.nix index c6db5c1..cc3b663 100644 --- a/microsoft/surface/common/kernel/linux-6.8.x/default.nix +++ b/microsoft/surface/common/kernel/linux-6.8.x/default.nix @@ -7,14 +7,14 @@ let cfg = config.microsoft-surface; - version = "6.8.1"; + version = "6.8.6"; kernelPatches = surfacePatches { inherit version; patchFn = ./patches.nix; }; kernelPackages = linuxPackage { inherit version kernelPatches; - sha256 = "sha256-jQyJNuMUCg+99RGtep8hEhWY82VnQ4mPR7uQUtN8/2g="; + sha256 = "sha256-nnIyMtYDq0Xr8EPDRxTEjyd6sZXCmry4Ry8qTDpaGZU="; ignoreConfigErrors=true; }; diff --git a/microsoft/surface/common/repos.nix b/microsoft/surface/common/repos.nix index 7314da8..321e729 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.8.1-1"; - hash = "sha256-CI5kuER2rZ30sJciJpSuziWVI/KlX1ls8+PjoraemXo="; + rev = "arch-6.8.6-1"; + hash = "sha256-kLnHcYFeQ7/8lbSL4p9D2aC4V/Ib1tU225UOkRcNnH4="; }; # This is the owner and repo for the pre-patched kernel from the "linux-surface" project: