From 0ee9d61fa68486b1b9ff8ddaf9f0dd91662e8766 Mon Sep 17 00:00:00 2001 From: mexisme Date: Mon, 9 Jan 2023 23:44:36 +1300 Subject: [PATCH] Update the rev. and sha256 of linux-surface repo to match latest "master" --- microsoft/surface/repos.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsoft/surface/repos.nix b/microsoft/surface/repos.nix index b15dd7e..eb9e5fa 100644 --- a/microsoft/surface/repos.nix +++ b/microsoft/surface/repos.nix @@ -4,8 +4,8 @@ linux-surface = fetchFromGitHub { owner = "linux-surface"; repo = "linux-surface"; - rev = "8995c6b3b4fb659397f4ebc760c6ac8b5efc5488"; - sha256 = "sha256-r7nbW0WKmvw7mMZL1BzuFwgwftyN5FIfP5xLDiQMEiI="; + rev = "487e64047ca047dde9a062909a87410e7bb86845"; + sha256 = "sha256-HTIuRBZk0prhUPd2KnsXGo+ZyBsMwERN7P8WJH1RG3M="; }; # This is the owner and repo for the pre-patched kernel from the "linux-surface" project: