skypeforlinux: 8.61.0.95 -> 8.62.0.85

wip/yesman
Lancelot SIX 4 years ago
parent 7aa79a7032
commit acd4e23124
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047
  1. 4
      pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix

@ -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.61.0.95";
version = "8.62.0.85";
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 = "1g8m83invqdkvswxy01gxin6ws7z6dblzwxjcxah1aqscndf17jx";
sha256 = "0qlm2hbshxgycczv227bbj2fbiw3b76rp24mh8amhq4xbscazl38";
}
else
throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";

Loading…
Cancel
Save