update apple firmware

This commit is contained in:
Reid 2024-12-26 01:11:28 -08:00
parent 5e8d467c73
commit 178d4e6f11
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -7,8 +7,8 @@ stdenvNoCC.mkDerivation {
src = fetchFromGitHub {
owner = "AdityaGarg8";
repo = "Apple-Firmware";
rev = "c3ba2bce7b5b7d08a478763c678d71ddded60403";
hash = "sha256-p91pyOYKHnJvaBZ7nxrBqFU63UQhMPWhm2GxabfncY4=";
rev = "70bdd14a778abade95544fc625f3cc2b9eef272a";
hash = "sha256-ktXMIgyfSgx/l+QQqKc9B7+SZkbZ1/ut7hH7ffjUTLc=";
};
installPhase = ''
@ -19,7 +19,7 @@ stdenvNoCC.mkDerivation {
meta = with lib; {
description = "Various apple broadcom drivers, ripped from a runner image";
homepage = "https://github.com/adityagarg8/apple-firmware";
# not sure about the licenses on these
# not sure about the licenses on these, questionable legality
# license = licenses.unfree;
platforms = platforms.all;
};