Skip to content

Commit 66644c7

Browse files
committed
zoom-us: 6.2.5.* -> 6.2.10.*
1 parent d774cc7 commit 66644c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/by-name/zo/zoom-us/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,23 @@ let
4949
# and often with different versions. We write them on three lines
5050
# like this (rather than using {}) so that the updater script can
5151
# find where to edit them.
52-
versions.aarch64-darwin = "6.2.5.41699";
53-
versions.x86_64-darwin = "6.2.5.41699";
54-
versions.x86_64-linux = "6.2.5.2440";
52+
versions.aarch64-darwin = "6.2.10.43047";
53+
versions.x86_64-darwin = "6.2.10.43047";
54+
versions.x86_64-linux = "6.2.10.4983";
5555

5656
srcs = {
5757
aarch64-darwin = fetchurl {
5858
url = "https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64";
5959
name = "zoomusInstallerFull.pkg";
60-
hash = "sha256-GD3WS4O8Xg2EKYS+CirXWHVjNkn3tQ6Ee5u15x218yA=";
60+
hash = "sha256-i6ZO6Gp0PL200oklp7NJ56jGKF/nvuo54EazyfBU0Eo=";
6161
};
6262
x86_64-darwin = fetchurl {
6363
url = "https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg";
64-
hash = "sha256-8yEkB7hpvat33VCxuScsLD+zPKvqeTfK4Wx0vjyA9yY=";
64+
hash = "sha256-lqmRjIre20VG9gkd7ISosABwYdLaHQDnSPYFKJZKh4Q=";
6565
};
6666
x86_64-linux = fetchurl {
6767
url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz";
68-
hash = "sha256-h+kt+Im0xv1zoLTvE+Ac9sfw1VyoAnvqFThf5/MwjHU=";
68+
hash = "sha256-lPUKxkXI3yB/fCY05kQSJhTGSsU6v+t8nq5H6FLwhrk=";
6969
};
7070
};
7171

0 commit comments

Comments
 (0)