Merge pull request #90716 from doronbehar/update-zoom

zoom-us: 5.0.418682.0603 -> 5.1.412382.0614
This commit is contained in:
Nick Hu 2020-06-18 12:09:53 +01:00 committed by GitHub
commit 1357624fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,11 @@ assert pulseaudioSupport -> libpulseaudio != null;
let let
inherit (stdenv.lib) concatStringsSep makeBinPath optional; inherit (stdenv.lib) concatStringsSep makeBinPath optional;
version = "5.0.418682.0603"; version = "5.1.412382.0614";
srcs = { srcs = {
x86_64-linux = fetchurl { x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz"; url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
sha256 = "1vlba3jgp3dr16n5g29l0dpdd054d8h6lkwk3a6346shvd46mpja"; sha256 = "07xb3v5i08wq0a3my9id91gizsxj5ppqvxmcbdy04j7yn4i1jm9x";
}; };
}; };
@ -60,7 +60,6 @@ in mkDerivation {
"zcacert.pem" "zcacert.pem"
"zoom" "zoom"
"zoom.sh" "zoom.sh"
"zoomlinux"
"zopen" "zopen"
]; ];
in '' in ''
@ -126,7 +125,7 @@ in mkDerivation {
description = "zoom.us video conferencing application"; description = "zoom.us video conferencing application";
license = stdenv.lib.licenses.unfree; license = stdenv.lib.licenses.unfree;
platforms = builtins.attrNames srcs; platforms = builtins.attrNames srcs;
maintainers = with stdenv.lib.maintainers; [ danbst tadfisher ]; maintainers = with stdenv.lib.maintainers; [ danbst tadfisher doronbehar ];
}; };
} }