zoom-us: 2.5.146186.1130 -> 2.6.146750.1204

This commit is contained in:
Sarah Brofeldt 2018-12-07 15:00:26 +01:00
parent c26dbef830
commit 8b3949d989

View File

@ -13,11 +13,11 @@ assert pulseaudioSupport -> libpulseaudio != null;
let
inherit (stdenv.lib) concatStringsSep makeBinPath optional;
version = "2.5.146186.1130";
version = "2.6.146750.1204";
srcs = {
x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
sha256 = "1644xs7xg8a27xg7bgb7856hvlvfh2lin749alds782i52p9rsjr";
sha256 = "18cpl1ggyw6nf9r85jqn0cq9j7qrhxfy6nah2qqs5bqj84dqhsrg";
};
};