Merge pull request #112169 from mohe2015/skypeforlinux

skypeforlinux: 8.66.0.74 -> 8.68.0.100
This commit is contained in:
Sandro 2021-02-07 01:16:17 +01:00 committed by GitHub
commit 30fc937aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.66.0.74";
version = "8.68.0.100";
rpath = lib.makeLibraryPath [
alsaLib
@ -65,7 +65,7 @@ let
"https://mirror.cs.uchicago.edu/skype/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
"https://web.archive.org/web/https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
];
sha256 = "11bpzr3j6fa5x62xrx2q2sr1wxjrn0a37053j4prxjcvdrc5in8f";
sha256 = "gHjgQRdNABO+R+fcDurHDAQtZpckIxLbODM6Txz+LH4=";
}
else
throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";