Skip to content

Commit 055c67d

Browse files
authored
zoom-us: 6.1.10.1400 -> 6.1.11.1545 (#337921)
2 parents c4c01b3 + 8e56728 commit 055c67d

File tree

1 file changed

+6
-6
lines changed
  • pkgs/applications/networking/instant-messengers/zoom-us

1 file changed

+6
-6
lines changed

pkgs/applications/networking/instant-messengers/zoom-us/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,23 @@ let
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

0 commit comments

Comments
 (0)