darwin.adv_cmds: Fix fetchzip call by using https not http (#64546)
This commit is contained in:
parent
4202715c58
commit
e91d400dff
|
@ -11,7 +11,7 @@
|
||||||
# the more recent adv_cmds release is used for everything else in this package
|
# the more recent adv_cmds release is used for everything else in this package
|
||||||
|
|
||||||
let recentAdvCmds = fetchzip {
|
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";
|
sha256 = "0z081kcprzg5jcvqivfnwvvv6wfxzkjg2jc2lagsf8c7j7vgm8nn";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue