zoom-us: 2.9.265650.0716 -> 3.0.285090.0826 (#67588)

This commit is contained in:
Manuel Mendez 2019-08-28 04:01:23 -04:00 committed by Danylo Hlynskyi
parent f7387ad383
commit 0ecbc63bf0

View File

@ -14,11 +14,11 @@ assert pulseaudioSupport -> libpulseaudio != null;
let
inherit (stdenv.lib) concatStringsSep makeBinPath optional;
version = "2.9.265650.0716";
version = "3.0.285090.0826";
srcs = {
x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
sha256 = "1wg5yw8g0c6p9y0wcqxr1rndgclasg7v1ybbx8s1a2p98izjkcaa";
sha256 = "0brpb5i1lc1hwal0c5n2zh27wxrm4gfbqc6bm2dgwnck04y8i4c5";
};
};