zoom-us: 3.5.385850.0413 -> 5.0.398100.0427

This commit is contained in:
Bernardo Meurer 2020-04-28 13:51:13 -07:00
parent 92212a59df
commit de2b31490b
No known key found for this signature in database
GPG Key ID: E421C74191EA186C

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