skypeforlinux: 8.55.0.123 -> 8.55.0.141

This commit is contained in:
Marek Fajkus 2020-01-14 10:13:20 +01:00
parent 69aa28a195
commit c7f5569bd2
No known key found for this signature in database
GPG key ID: 95585219BA6FE2CC

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.55.0.123";
version = "8.55.0.141";
rpath = stdenv.lib.makeLibraryPath [
alsaLib
@ -63,7 +63,7 @@ let
"https://repo.skype.com/deb/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 = "08dvgqwj7f8k3xv5kv96k6v6ga1v2chif9m7amncg6ppp81hy7nx";
sha256 = "0yfbxrnf2mjihrsvp0r81kbxh3rfh53y7sbfp3bwqky951a93qis";
}
else
throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";