1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 21:07:23 +02:00

apple/t2: update patches repo ref

This commit is contained in:
Cassie Cheung 2024-07-06 12:23:48 +08:00 committed by mergify[bot]
parent f75ab8b22c
commit c1cdb2f828

View file

@ -8,8 +8,8 @@ let
patchRepo = fetchFromGitHub { patchRepo = fetchFromGitHub {
owner = "t2linux"; owner = "t2linux";
repo = "linux-t2-patches"; repo = "linux-t2-patches";
rev = "0ad2b3913f5484ba8e86b6965f5d88903464261d"; rev = "47b4069221c0ee3b6db56ab1ea90ae89e2de26f3";
hash = "sha256-mwT4cuIBrz3tz8+fAxVKmnRtkPRp3lWmNbocuXCsm44="; hash = "sha256-1B5DbLdyKdswy2ERmWVyjojdazTDbMsS+Vz/mrTdoFY=";
}; };
kernel = fetchzip { kernel = fetchzip {
@ -47,7 +47,6 @@ buildLinux (args // {
HID_APPLETB_KBD = module; HID_APPLETB_KBD = module;
HID_APPLE = module; HID_APPLE = module;
DRM_APPLETBDRM = module; DRM_APPLETBDRM = module;
HID_APPLE_MAGIC_BACKLIGHT = module;
HID_SENSOR_ALS = module; HID_SENSOR_ALS = module;
SND_PCM = module; SND_PCM = module;
STAGING = yes; STAGING = yes;