zoom-us: 6.5.8.3527 -> 6.5.9.3723 (#434527)

Co-authored-by: ryan4yin <xiaoyin_c@qq.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-18 12:15:13 +00:00
committed by GitHub
co-authored by ryan4yin
+6 -6
View File
@@ -58,25 +58,25 @@ let
# Zoom versions are released at different times per platform and often with different versions.
# We write them on three lines like this (rather than using {}) so that the updater script can
# find where to edit them.
versions.aarch64-darwin = "6.5.7.60598";
versions.x86_64-darwin = "6.5.7.60598";
versions.aarch64-darwin = "6.5.9.61929";
versions.x86_64-darwin = "6.5.9.61929";
# This is the fallback version so that evaluation can produce a meaningful result.
versions.x86_64-linux = "6.5.8.3527";
versions.x86_64-linux = "6.5.9.3723";
srcs = {
aarch64-darwin = fetchurl {
url = "https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64";
name = "zoomusInstallerFull.pkg";
hash = "sha256-o7ZxDYQS0J9Tl8kECSms1XQ6CVgxt453lDuFyZSZBv4=";
hash = "sha256-2V4Cad7/YcI5rSuUu8GI1GCEgio/rG/ZRpedNKqoGvc=";
};
x86_64-darwin = fetchurl {
url = "https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg";
hash = "sha256-y5/8xNtQTAbsXwbajFfzx0iNPEMQ0S+DAw2eS2mf5SQ=";
hash = "sha256-RO+kIHvmvCj9bun2BeCzAm9XMYQOobYyVKqA5ruG0I8=";
};
x86_64-linux = fetchurl {
url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz";
hash = "sha256-qTehkDMyc28XHtta7taNYn8gPCYS/Qdr2VMUIDDC/68=";
hash = "sha256-OOa4zRRekXEWLl+BH3bPtCQzRaQAo742C9EqPTZnDR8=";
};
};