Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #46772 from srhb/backport-skype-bump
Browse files Browse the repository at this point in the history
Backport 18.03: skypeforlinux: 8.24.0.2 -> 8.28.0.41
  • Loading branch information
Mic92 committed Sep 18, 2018
2 parents 9214a3e + 5188928 commit 305f13d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
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.24.0.2";
version = "8.28.0.41";

rpath = stdenv.lib.makeLibraryPath [
alsaLib
Expand Down Expand Up @@ -56,7 +56,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 = "079bv0wilwwd9gqykcyfs4bj8za140788dxi058k4275h1jlvrww";
sha256 = "1kydf71qbz35dx4674h3nxfx8a88k620217906i54ic4qq2mgy2x";
}
else
throw "Skype for linux is not supported on ${stdenv.system}";
Expand Down

0 comments on commit 305f13d

Please sign in to comment.