microsoft/surface: Update to Kernel 6.19.8 -- kernel version

This commit is contained in:
mexisme 2026-05-10 23:23:00 +01:00
parent 3bcaa367d4
commit e0d66b4b92

View file

@ -20,8 +20,8 @@ let
supportedKernels = supportedKernels =
let let
lts-kernel = { lts-kernel = {
version = "6.18.13"; version = "6.19.8";
hash = "sha256-7Sw8Vf045oNsCU/ONW8lZ/lRYTC3M1SimFeWA2jFaH8="; hash = "sha256-qtpHItuLz6C5cyhRhW1AUIK2pPouOrBnvo2xfN0RWzg=";
}; };
in in
@ -38,8 +38,8 @@ let
linux-surface = pkgs.fetchFromGitHub { linux-surface = pkgs.fetchFromGitHub {
owner = "linux-surface"; owner = "linux-surface";
repo = "linux-surface"; repo = "linux-surface";
rev = "829ceccd5970ed3621a30d9fcfb2fe6584a3aab7"; rev = "bf1921fc63f33d03a007fb38c4f88ff7e7bc1a55";
hash = "sha256-H/qjP2dR5yjUvHUhI6pis+EHHSRXxc4+c4zir/pDA54="; hash = "sha256-AV+J1iKpA4PEsX9oVUTGlzGerTWTermia3aJSZxuu/w=";
}; };
# Fetch and build the kernel # Fetch and build the kernel