update apple firmware
This commit is contained in:
parent
5e8d467c73
commit
178d4e6f11
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@ stdenvNoCC.mkDerivation {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AdityaGarg8";
|
owner = "AdityaGarg8";
|
||||||
repo = "Apple-Firmware";
|
repo = "Apple-Firmware";
|
||||||
rev = "c3ba2bce7b5b7d08a478763c678d71ddded60403";
|
rev = "70bdd14a778abade95544fc625f3cc2b9eef272a";
|
||||||
hash = "sha256-p91pyOYKHnJvaBZ7nxrBqFU63UQhMPWhm2GxabfncY4=";
|
hash = "sha256-ktXMIgyfSgx/l+QQqKc9B7+SZkbZ1/ut7hH7ffjUTLc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
@ -19,7 +19,7 @@ stdenvNoCC.mkDerivation {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Various apple broadcom drivers, ripped from a runner image";
|
description = "Various apple broadcom drivers, ripped from a runner image";
|
||||||
homepage = "https://github.com/adityagarg8/apple-firmware";
|
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;
|
# license = licenses.unfree;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue