File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkgs/applications/networking/instant-messengers/zoom-us Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4848 # and often with different versions. We write them on three lines
4949 # like this (rather than using {}) so that the updater script can
5050 # find where to edit them.
51- versions . aarch64-darwin = "6.1.10.38818 " ;
52- versions . x86_64-darwin = "6.1.10.38818 " ;
53- versions . x86_64-linux = "6.1.10.1400 " ;
51+ versions . aarch64-darwin = "6.1.11.39163 " ;
52+ versions . x86_64-darwin = "6.1.11.39163 " ;
53+ versions . x86_64-linux = "6.1.11.1545 " ;
5454
5555 srcs = {
5656 aarch64-darwin = fetchurl {
5757 url = "https://zoom.us/client/${ versions . aarch64-darwin } /zoomusInstallerFull.pkg?archType=arm64" ;
5858 name = "zoomusInstallerFull.pkg" ;
59- hash = "sha256-E8r0bctM5whwEMppzO9hR3W+k+BmrV0gVx+J02KYmuk =" ;
59+ hash = "sha256-xWeCiDhYPfTAJttXG5bCwhLu+bmHlcFF/s3+EACeph4 =" ;
6060 } ;
6161 x86_64-darwin = fetchurl {
6262 url = "https://zoom.us/client/${ versions . x86_64-darwin } /zoomusInstallerFull.pkg" ;
63- hash = "sha256-HMSBV/B/nTkcU8src6Wdz8uZnz455guSAMGm5ha7mIA =" ;
63+ hash = "sha256-AB+QXx6r3raymVU7rEJ9dO4CqJI9tnRF3l61vuGnqpI =" ;
6464 } ;
6565 x86_64-linux = fetchurl {
6666 url = "https://zoom.us/client/${ versions . x86_64-linux } /zoom_x86_64.pkg.tar.xz" ;
67- hash = "sha256-c3WywWmblz9Wg3RMtovCBcR/mYyaWkmuoCqqGvHBxwo =" ;
67+ hash = "sha256-wkG/fYbn3EdbVJwZQI8EcRPmHFX+4zggmfM4sHUjD8I =" ;
6868 } ;
6969 } ;
7070
You can’t perform that action at this time.
0 commit comments