Skip to content

Commit

Permalink
Merge pull request #90716 from doronbehar/update-zoom
Browse files Browse the repository at this point in the history
zoom-us: 5.0.418682.0603 -> 5.1.412382.0614
  • Loading branch information
NickHu authored Jun 18, 2020
2 parents 6211720 + 98dda1a commit 1357624
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ assert pulseaudioSupport -> libpulseaudio != null;
let
inherit (stdenv.lib) concatStringsSep makeBinPath optional;

version = "5.0.418682.0603";
version = "5.1.412382.0614";
srcs = {
x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
sha256 = "1vlba3jgp3dr16n5g29l0dpdd054d8h6lkwk3a6346shvd46mpja";
sha256 = "07xb3v5i08wq0a3my9id91gizsxj5ppqvxmcbdy04j7yn4i1jm9x";
};
};

Expand Down Expand Up @@ -60,7 +60,6 @@ in mkDerivation {
"zcacert.pem"
"zoom"
"zoom.sh"
"zoomlinux"
"zopen"
];
in ''
Expand Down Expand Up @@ -126,7 +125,7 @@ in mkDerivation {
description = "zoom.us video conferencing application";
license = stdenv.lib.licenses.unfree;
platforms = builtins.attrNames srcs;
maintainers = with stdenv.lib.maintainers; [ danbst tadfisher ];
maintainers = with stdenv.lib.maintainers; [ danbst tadfisher doronbehar ];
};

}

0 comments on commit 1357624

Please sign in to comment.