Merge pull request #92599 from r-ryantm/auto-update/skypeforlinux

skypeforlinux: 8.60.0.76 -> 8.61.0.95
This commit is contained in:
Daniël de Kok 2020-07-08 09:10:28 +02:00 committed by GitHub
commit e9e07d8c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ let
# Please keep the version x.y.0.z and do not update to x.y.76.z because the
# source of the latter disappears much faster.
version = "8.60.0.76";
version = "8.61.0.95";
rpath = stdenv.lib.makeLibraryPath [
alsaLib
@ -65,7 +65,7 @@ let
"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 = "1y919ki0c17vip90fln17impwky08qgprw0j1dgz239qqpwakn7a";
sha256 = "1g8m83invqdkvswxy01gxin6ws7z6dblzwxjcxah1aqscndf17jx";
}
else
throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";