1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

zoom-us: 3.5.359165.0223 -> 3.5.359539.0224

This commit is contained in:
Tim Steinbach 2020-02-26 11:45:29 -05:00
parent c95293c503
commit 8f3f727e06
No known key found for this signature in database
GPG key ID: 6538CB9266B06F31

View file

@ -14,11 +14,11 @@ assert pulseaudioSupport -> libpulseaudio != null;
let
inherit (stdenv.lib) concatStringsSep makeBinPath optional;
version = "3.5.359165.0223";
version = "3.5.359539.0224";
srcs = {
x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
sha256 = "19x8qypqlq3yxs05vzmjdbn6qd60zrqjn0s4n10cnfzl21vf6d44";
sha256 = "1n6rcsl86150y2dzkcgy5rzdij0d6ib3nvg4dz4a4dkyhq5hbla2";
};
};