zoom-us: 2.9.265650.0716 -> 3.0.285090.0826 (#67588)

authored by

Manuel Mendez and committed by
Danylo Hlynskyi
0ecbc63b f7387ad3

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/zoom-us/default.nix
··· 14 let 15 inherit (stdenv.lib) concatStringsSep makeBinPath optional; 16 17 - version = "2.9.265650.0716"; 18 srcs = { 19 x86_64-linux = fetchurl { 20 url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz"; 21 - sha256 = "1wg5yw8g0c6p9y0wcqxr1rndgclasg7v1ybbx8s1a2p98izjkcaa"; 22 }; 23 }; 24
··· 14 let 15 inherit (stdenv.lib) concatStringsSep makeBinPath optional; 16 17 + version = "3.0.285090.0826"; 18 srcs = { 19 x86_64-linux = fetchurl { 20 url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz"; 21 + sha256 = "0brpb5i1lc1hwal0c5n2zh27wxrm4gfbqc6bm2dgwnck04y8i4c5"; 22 }; 23 }; 24