Skip to content

Commit

Permalink
skypeforlinux: 8.17.0.2 -> 8.18.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dywedir authored and rycee committed Mar 28, 2018
1 parent 70e8fac commit f4b9da7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -6,7 +6,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.17.0.2";
version = "8.18.0.6";

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

0 comments on commit f4b9da7

Please sign in to comment.