Skip to content

Commit

Permalink
facetimehd-firmware: 1.43_4 -> 1.43_5
Browse files Browse the repository at this point in the history
(cherry picked from commit c115659)

cc #72804
  • Loading branch information
offlinehacker authored and veprbl committed Nov 10, 2019
1 parent e5bd0cf commit 6c08aa0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/os-specific/linux/firmware/facetimehd-firmware/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

let

version = "1.43_4";
version = "1.43_5";


# Updated according to https://github.com/patjak/bcwc_pcie/pull/81/files
# and https://github.com/patjak/bcwc_pcie/blob/5a7083bd98b38ef3bd223f7ee531d58f4fb0fe7c/firmware/Makefile#L3-L9
# and https://github.com/patjak/bcwc_pcie/blob/5a7083bd98b38ef3bd223f7ee531d58f4fb0fe7c/firmware/extract-firmware.sh

# From the Makefile:
dmgUrl = "https://support.apple.com/downloads/DL1877/en_US/osxupd10.11.5.dmg";
dmgRange = "205261917-208085450"; # the whole download is 1.3GB, this cuts it down to 2MB
dmgUrl = "https://updates.cdn-apple.com/2019/cert/041-88431-20191011-e7ee7d98-2878-4cd9-bc0a-d98b3a1e24b1/OSXUpd10.11.5.dmg";
dmgRange = "204909802-207733123"; # the whole download is 1.3GB, this cuts it down to 2MB
# Notes:
# 1. Be sure to update the sha256 below in the fetch_url
# 2. Be sure to update the homepage in the meta
Expand All @@ -38,7 +38,7 @@ stdenv.mkDerivation {
name = "facetimehd-firmware-${version}";
src = fetchurl {
url = dmgUrl;
sha256 = "0xqkl4yds0n9fdjvnk0v5mj382q02crry6wm2q7j3ncdqwsv02sv";
sha256 = "0s8crlh8rvpanzk1w4z3hich0a3mw0m5xhpcg07bxy02calhpdk1";
curlOpts = "-r ${dmgRange}";
};

Expand All @@ -55,7 +55,7 @@ stdenv.mkDerivation {

meta = with stdenv.lib; {
description = "facetimehd firmware";
homepage = https://support.apple.com/downloads/DL1877;
homepage = https://support.apple.com/kb/DL1877;
license = licenses.unfree;
maintainers = with maintainers; [ womfoo grahamc ];
platforms = [ "i686-linux" "x86_64-linux" ];
Expand Down

0 comments on commit 6c08aa0

Please sign in to comment.