From 35e317a280f6457c5ba085d985175346fa6694b7 Mon Sep 17 00:00:00 2001 From: mexisme Date: Mon, 28 Nov 2022 20:01:29 +1300 Subject: [PATCH] Use new repos.linux-surface-kernel function --- microsoft/surface/kernel/linux-5.16.11.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/microsoft/surface/kernel/linux-5.16.11.nix b/microsoft/surface/kernel/linux-5.16.11.nix index 022c069..ae8dbd4 100644 --- a/microsoft/surface/kernel/linux-5.16.11.nix +++ b/microsoft/surface/kernel/linux-5.16.11.nix @@ -9,7 +9,11 @@ let modDirVersion = version; extraMeta.branch = "5.16"; - src = repos.linux-surface-kernel; + src = repos.linux-surface-kernel { + # Kernel 5.16.11 + rev = "db94c89f56d6ceae03ca3802e11197f48e6c539f"; + sha256 = "0c58ri0i9gdb4w7l361pnkvq6ap17kmgnxngh0bcdmgn4dc88wx2"; + }; kernelPatches = [{ name = "microsoft-surface-patches-linux-5.16.2";