Merge pull request #331733 from mjoerg/skypeforlinux-8.125.0.201

This commit is contained in:
Sandro 2024-08-22 15:28:20 +02:00 committed by GitHub
commit a4638fa3cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,8 +42,8 @@ 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.119.0.201";
revision = "348";
version = "8.126.0.208";
revision = "357";
rpath =
lib.makeLibraryPath [
@ -103,7 +103,7 @@ let
fetchurl {
name = "skypeforlinux-${version}-${revision}.snap";
url = "https://api.snapcraft.io/api/v1/snaps/download/QRDEfjn4WJYnm0FzDKwqqRZZI77awQEV_${revision}.snap";
hash = "sha512-sHbLmpF+5qaKTUArHceqv91NJxNpflQE2ojO9sepQBhXacn66hluC7cGb7toQnteYKUsx00TBYs2Ugk/BkT0uA==";
hash = "sha512-3p/NtcIgxNgVy4KtnZFI9+zNs/UoPHwqw3mCb5nz7OoLjodu5bIVmGRBt1IcboytNx2yO51WEdxIrEKM6kX/Jg==";
}
else
throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";
@ -187,10 +187,7 @@ stdenv.mkDerivation {
changelog = "https://support.microsoft.com/en-us/skype/what-s-new-in-skype-for-windows-mac-linux-and-web-d32f674c-abb3-40a5-a0b7-ee269ca60831";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [
panaeon
jraygauthier
];
maintainers = [ lib.maintainers.mjoerg ];
platforms = [ "x86_64-linux" ];
mainProgram = "skypeforlinux";
};