Skip to content

Commit

Permalink
skypeforlinux: 8.51.0.86 -> 8.51.0.92
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bw3b committed Nov 18, 2019
1 parent 240381b commit e6d584f
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.51.0.86";
version = "8.51.0.92";

rpath = stdenv.lib.makeLibraryPath [
alsaLib
Expand Down Expand Up @@ -60,7 +60,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 = "0c00i2fg55vkycly9wqy8qss9wsils3n0apl8kqisk0ihghds814";
sha256 = "11x13c7z70iaq86pyy5nqc0mcfdr7vjpjkxw6kdyjhqyxs6q6ipf";
}
else
throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";
Expand Down

0 comments on commit e6d584f

Please sign in to comment.