Skip to content

Commit

Permalink
Merge pull request #63017 from dtzWill/update/skype-8.47.0.59
Browse files Browse the repository at this point in the history
skype: 8.46.0.60 -> 8.47.0.59
  • Loading branch information
dtzWill committed Jun 18, 2019
2 parents ece5025 + dca70ab commit 12a0083
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.46.0.60";
version = "8.47.0.59";

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 = "0v7a28zmgx1mxqgyfrj8byvjs9ibnirqplly8ll221gns8qjvrls";
sha256 = "0haiccmimbj1nyyyj556b0a181walmxwbbr0m18m2w67wi5z783r";
}
else
throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";
Expand Down

0 comments on commit 12a0083

Please sign in to comment.