darwin.adv_cmds: Fix fetchzip call by using https not http (#64546)

This commit is contained in:
Robert Winslow 2019-08-14 07:24:34 -07:00 committed by Matthew Bauer
parent 4202715c58
commit e91d400dff

View file

@ -11,7 +11,7 @@
# the more recent adv_cmds release is used for everything else in this package
let recentAdvCmds = fetchzip {
url = "http://opensource.apple.com/tarballs/adv_cmds/adv_cmds-158.tar.gz";
url = "https://opensource.apple.com/tarballs/adv_cmds/adv_cmds-158.tar.gz";
sha256 = "0z081kcprzg5jcvqivfnwvvv6wfxzkjg2jc2lagsf8c7j7vgm8nn";
};