diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-09-27 05:50:52 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-27 14:56:45 +0000 |
| commit | 80237d8fc0c4a6614aaec68543802cad5bbd3e09 (patch) | |
| tree | eecd91d7ce1b8e26afd7a07397165d313526e643 | |
| parent | [Backport release-24.05] cups-filters: apply patch for CVE-2024-47076 (#344833) (diff) | |
| download | nixpkgs-origin/backport-344814-to-release-24.05.tar.gz | |
skypeforlinux: 8.127.0.200 -> 8.129.0.201origin/backport-344814-to-release-24.05
(cherry picked from commit cc4f6b06f31410655e366ec17dcec726571d1429)
| -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 81bb6f0f32d5..ce8cbc9c89fa 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.127.0.200"; - revision = "359"; + version = "8.129.0.201"; + revision = "364"; 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-C0UQ9mUhrt3CXBPG1BEz4CjjYfy/mRkgrBpjTxhYpeACJq0rNwTUMacicF7BHDgllQmfAdr2/feLyqbsr9HTBQ=="; + hash = "sha512-b1tA6Su7Ij89/SdEY1WCBu6IeKuSlEH5OpD5qE+w1B8xEX2Bj9axe4s/YYDb2FvuDhWJn86oZpFf7N6ATt16tg=="; } else throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}"; |
