zoom-us: 3.0.303290.1010 -> 3.0.306796.1020

This commit is contained in:
Tim Steinbach 2019-10-21 07:32:23 -04:00
parent 8252861507
commit b1c21ad6f0
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.303290.1010";
version = "3.0.306796.1020";
srcs = {
x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
sha256 = "0rs18csmwb8r5n0fc1ka1zjz3f0rydm6fxiy1pa1c2k5bmya56f9";
sha256 = "0nh93pyincwfmx3z5x4s0ym3n0ff492nwd9wh3xkcl518pslxpxy";
};
};