diff options
| author | Doron Behar <doron.behar@gmail.com> | 2021-10-07 19:16:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-07 19:16:47 +0000 |
| commit | b1f47c71671d3af557b192aedb7c1490bea827e2 (patch) | |
| tree | dbbf20bd99baaf409bf81568454d91b287c9397e | |
| parent | create-amis.sh: fix typo (diff) | |
| parent | zoom-us: 5.7.31792.0820 -> 5.8.0.16 (diff) | |
| download | nixpkgs-b1f47c71671d3af557b192aedb7c1490bea827e2.tar.gz | |
Merge pull request #140654 from kini/backport/zoom-us-version-updates
| -rw-r--r-- | pkgs/applications/networking/instant-messengers/zoom-us/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix index 70b40fc9ae1b..82a0e86683f0 100644 --- a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix +++ b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix @@ -29,11 +29,11 @@ assert pulseaudioSupport -> libpulseaudio != null; let - version = "5.7.28852.0718"; + version = "5.8.0.16"; srcs = { x86_64-linux = fetchurl { url = "https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz"; - sha256 = "NoB9qxsuGsiwsZ3Y+F3WZpszujPBX/nehtFFI+KPV5E="; + sha256 = "1axnh81bf3ab5gzxxqm172wpqlpfbj9a2h3cry3kyxzmrihzbwdm"; }; }; |
