diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2023-03-10 21:04:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-10 21:04:31 -0500 |
| commit | 5eb98948b66de29f899c7fe27ae112a47964baf8 (patch) | |
| tree | 80b500b0054288811dd7bab79da5fc42fe0353b5 | |
| parent | Merge pull request #220348 from NixOS/backport-220326-to-release-22.11 (diff) | |
| parent | webex: 42.12.0.24485 -> 43.2.0.25211 (diff) | |
| download | nixpkgs-5eb98948b66de29f899c7fe27ae112a47964baf8.tar.gz | |
Merge pull request #218966 from NixOS/backport-218860-to-release-22.11
[Backport release-22.11] webex: 42.12.0.24485 -> 43.2.0.25211
| -rw-r--r-- | pkgs/applications/networking/instant-messengers/webex/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/webex/default.nix b/pkgs/applications/networking/instant-messengers/webex/default.nix index 1c2c3eb9fec7..a01df75371c8 100644 --- a/pkgs/applications/networking/instant-messengers/webex/default.nix +++ b/pkgs/applications/networking/instant-messengers/webex/default.nix @@ -55,11 +55,11 @@ stdenv.mkDerivation rec { pname = "webex"; - version = "42.12.0.24485"; + version = "43.2.0.25211"; src = fetchurl { - url = "https://binaries.webex.com/WebexDesktop-Ubuntu-Gold/20221206141837/Webex_ubuntu.7z"; - sha256 = "4c09c13b760abbdcc8bc1a74d137f8bc23386da4425cbefd8ea75bd0a877fdbf"; + url = "https://binaries.webex.com/WebexDesktop-Ubuntu-Gold/20230214022524/Webex_ubuntu.7z"; + sha256 = "c58a0da26c8f64302cc612c60980dbd68c074d6d8a567b3d870d7d6d06b420ad"; }; buildInputs = [ |
