diff options
author | R. Ryantm | 2024-11-12 19:15:58 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-11-13 07:48:49 +0000 |
commit | aba7aaf0062dcbfc04577c5349f042f4a0da50ec (patch) | |
tree | 78c5b9d84e276ed42e1faa7ad99d2b9bc00f6a71 | |
parent | f52a6ac13c05df13a8167c19788056ea5f775bf2 (diff) |
skypeforlinux: 8.131.0.202 -> 8.132.0.201 backport-355492-to-release-24.05
(cherry picked from commit b1ca8bea94a7095b01cbf791225879b62c408087)
-rw-r--r-- | pkgs/by-name/sk/skypeforlinux/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/sk/skypeforlinux/package.nix b/pkgs/by-name/sk/skypeforlinux/package.nix index 2d38ca914413..a86c355f4ca6 100644 --- a/pkgs/by-name/sk/skypeforlinux/package.nix +++ b/pkgs/by-name/sk/skypeforlinux/package.nix @@ -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.131.0.202"; - revision = "370"; + version = "8.132.0.201"; + revision = "373"; 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-POCDkJe58ie78PIze6qADPIbjfFxNhLJt5z7ooHNIna6IrJoeqpFYIrRo9uosHkUURu83MfueeyYd6z0j+P/RQ=="; + hash = "sha512-Hrb/MlCYTvQ/4kicsnBfdKtnUPP8nFi1TKQ4zl3dtvwUWl9QGXX//sNQoBOj6b9KkgpCi6pI04wIWp/zdRMl6Q=="; } else throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}"; |