Skip to content

Commit

Permalink
skypeforlinux: 8.44.0.40 -> 8.45.0.41 (#62569)
Browse files Browse the repository at this point in the history
skypeforlinux: 8.44.0.40 -> 8.45.0.41
  • Loading branch information
Mic92 committed Jun 3, 2019
2 parents e8e1dc7 + dcbb041 commit 51d3d5b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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.44.0.40";
version = "8.45.0.41";

rpath = stdenv.lib.makeLibraryPath [
alsaLib
Expand Down Expand Up @@ -58,7 +58,7 @@ let
if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl {
url = "https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb";
sha256 = "08b5nfx1c8czx5nga3zlg60rxnyg2iy627vnaq8cf9dv620vbrw8";
sha256 = "1k54gpaphkjv5qhqlwm2vbxbbci7nra4a5l0bhylkkzhsip6cvcm";
}
else
throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";
Expand Down

0 comments on commit 51d3d5b

Please sign in to comment.