zoom-us: 5.7.28852.0718 -> 5.7.28991.0726

Old versions have been blacklisted serverside.

(cherry picked from commit 8d3fd95037d7283bea828e0b08169c7bcb8fded0)
This commit is contained in:
Vanilla 2021-08-05 20:20:43 +08:00 committed by Keshav Kini
parent 4f7121d8d0
commit cab4612319
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@
assert pulseaudioSupport -> libpulseaudio != null;
let
version = "5.7.28852.0718";
version = "5.7.28991.0726";
srcs = {
x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz";
sha256 = "NoB9qxsuGsiwsZ3Y+F3WZpszujPBX/nehtFFI+KPV5E=";
sha256 = "w1oeMKADG5+7EV1OXyuEbotrwcVywob82KOXKoRUifA=";
};
};