Unverified Commit 29c5d301 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

zoom-us: 6.2.5.* -> 6.2.10.* (#357599)

parents b3ac2f4e 66644c73
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -49,23 +49,23 @@ let
  # 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.2.5.41699";
  versions.x86_64-darwin = "6.2.5.41699";
  versions.x86_64-linux = "6.2.5.2440";
  versions.aarch64-darwin = "6.2.10.43047";
  versions.x86_64-darwin = "6.2.10.43047";
  versions.x86_64-linux = "6.2.10.4983";

  srcs = {
    aarch64-darwin = fetchurl {
      url = "https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64";
      name = "zoomusInstallerFull.pkg";
      hash = "sha256-GD3WS4O8Xg2EKYS+CirXWHVjNkn3tQ6Ee5u15x218yA=";
      hash = "sha256-i6ZO6Gp0PL200oklp7NJ56jGKF/nvuo54EazyfBU0Eo=";
    };
    x86_64-darwin = fetchurl {
      url = "https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg";
      hash = "sha256-8yEkB7hpvat33VCxuScsLD+zPKvqeTfK4Wx0vjyA9yY=";
      hash = "sha256-lqmRjIre20VG9gkd7ISosABwYdLaHQDnSPYFKJZKh4Q=";
    };
    x86_64-linux = fetchurl {
      url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz";
      hash = "sha256-h+kt+Im0xv1zoLTvE+Ac9sfw1VyoAnvqFThf5/MwjHU=";
      hash = "sha256-lPUKxkXI3yB/fCY05kQSJhTGSsU6v+t8nq5H6FLwhrk=";
    };
  };