Merge pull request #51662 from srhb/zoom-2.6

zoom-us: 2.5.146186.1130 -> 2.6.146750.1204
This commit is contained in:
Jörg Thalheim 2018-12-08 18:28:16 +00:00 committed by GitHub
commit 477d535c92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";
};
};