skypeforlinux: add additional mirror

The university of chigaco keeps the binaries of old releases.

This reduces the change of #81868 and #85724 happening again in the
future.
This commit is contained in:
Pascal Bach 2020-04-28 22:48:35 +02:00
parent 7b38685bb6
commit e4aab9cded

View file

@ -62,6 +62,7 @@ let
fetchurl {
urls = [
"https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
"https://mirror.cs.uchicago.edu/skype/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
"https://web.archive.org/web/https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
];
sha256 = "1cnlwlp84942ywji3x60zvhijavazdxfym3rfzq3ysky28b6mn6i";