From 306ff6c5f6b5554ef5e99af7cc336518d51538d3 Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 23 Apr 2025 13:44:36 -0400 Subject: [PATCH] surface: revert longterm kernel to 6.12.19 --- microsoft/surface/common/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsoft/surface/common/default.nix b/microsoft/surface/common/default.nix index 361b802d..5d9d7d98 100644 --- a/microsoft/surface/common/default.nix +++ b/microsoft/surface/common/default.nix @@ -6,7 +6,7 @@ let # Set the version and hash for the kernel sources srcVersion = with config.hardware.microsoft-surface; if kernelVersion == "longterm" then - "6.12.22" + "6.12.19" else if kernelVersion == "stable" then "6.14.2" else @@ -14,7 +14,7 @@ let srcHash = with config.hardware.microsoft-surface; if kernelVersion == "longterm" then - "sha256-q0iACrSZhaeNIxiuisXyj9PhI+oXNX7yFJgQWlMzczY=" + "sha256-1zvwV77ARDSxadG2FkGTb30Ml865I6KB8y413U3MZTE=" else if kernelVersion == "stable" then "sha256-xcaCo1TqMZATk1elfTSnnlw3IhrOgjqTjhARa1d6Lhs=" else