Merge pull request #45119 from tadfisher/zoom-us

zoom-us: 2.2.128200.0702 -> 2.3.128305.0716

Changed files
+2 -2
pkgs
applications
networking
instant-messengers
zoom-us
+2 -2
pkgs/applications/networking/instant-messengers/zoom-us/default.nix
···
let
inherit (stdenv.lib) concatStringsSep makeBinPath optional;
-
version = "2.2.128200.0702";
+
version = "2.3.128305.0716";
srcs = {
x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
-
sha256 = "0n9kyj94bj35gbpwiz4kq7hc8pwfqwnfqf003g4c8gx5pda3g56w";
+
sha256 = "1jpw5sclr5bhif559hmnyiggjh6gkm1smiw34y3ad4k8xhag9dkh";
};
};