Skip to content

Commit 9e6a70d

Browse files
committed
zoom-us: 5.13.10.1208 -> 5.13.11.1288
1 parent 55544a3 commit 9e6a70d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • pkgs/applications/networking/instant-messengers/zoom-us

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 = "5.13.7.15481";
52-
versions.x86_64-darwin = "5.13.7.15481";
53-
versions.x86_64-linux = "5.13.10.1208";
51+
versions.aarch64-darwin = "5.13.11.16405";
52+
versions.x86_64-darwin = "5.13.11.16405";
53+
versions.x86_64-linux = "5.13.11.1288";
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-lCg8xCEuZSWnd4fieug9xjudE9q6pNICRsbvA4ATVK8=";
59+
hash = "sha256-YjERJ6B06/uloHRQVyZDLyf/2Gae0P7xdk4Db9aqROs=";
6060
};
6161
x86_64-darwin = fetchurl {
6262
url = "https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg";
63-
hash = "sha256-jmMpkqUga/KQJfXFbGURcWQudnCKlIi5NGY6LuekjKw=";
63+
hash = "sha256-g6n4SKdord7gRwBaYUle3+yi1eB0T36ilScTaCcU8us=";
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-GmDWb7HRpf5khA5DAGOD5lx5zSzOdDfTvmcOU/LwN+A=";
67+
hash = "sha256-BdI3HEQVe9A3D6KJ45wHWsrfb+dhTZAp/xlcr9X92EU=";
6868
};
6969
};
7070

0 commit comments

Comments
 (0)