zoom-us: 3.0.309708.1027 -> 3.0.317369.1110

This commit is contained in:
Tim Steinbach 2019-11-21 12:52:38 -05:00
parent a96f98be6e
commit 44c2cf69d9
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

View File

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