zoom-us: 3.0.287250.0828 -> 3.0.291715.0908

This commit is contained in:
Tim Steinbach 2019-09-10 08:23:12 -04:00
parent 9145123508
commit 1d483896b1
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.287250.0828";
version = "3.0.291715.0908";
srcs = {
x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
sha256 = "0k4h43wydbcyx7b7gwxkmvbph8qc6kjpcypd7vwz8rph1l7kl1y1";
sha256 = "1f2fcwf0p86bxcnfdhij6hvgizd7n7gjcccwzdm2jv0dbqskad2f";
};
};