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

zoom-us: 6.2.0.1855 -> 6.2.3.2056 (#345819)

parents 31ad2ca8 b51d5451
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.0.40111";
  versions.x86_64-darwin = "6.2.0.40111";
  versions.x86_64-linux = "6.2.0.1855";
  versions.aarch64-darwin = "6.2.3.40682";
  versions.x86_64-darwin = "6.2.3.40682";
  versions.x86_64-linux = "6.2.3.2056";

  srcs = {
    aarch64-darwin = fetchurl {
      url = "https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64";
      name = "zoomusInstallerFull.pkg";
      hash = "sha256-/oi10pi9Xykmfo0UA1cDPzlB4xUQxAr8rkEoUpp1fQM=";
      hash = "sha256-kpncl6ZVs/O2TXtBhZ/2049jJuUdYlIaxtLX3wIfpVE=";
    };
    x86_64-darwin = fetchurl {
      url = "https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg";
      hash = "sha256-CZm0lrBYGHkPpdLu0sE/V+ADwglk/btSNvdzPRaeysI=";
      hash = "sha256-gB8pM3EYmA5jF2s/XobV5hk71q16x76nG6M20rWatzE=";
    };
    x86_64-linux = fetchurl {
      url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz";
      hash = "sha256-Ej8BRySQso62VE7e4XjXFGsvlB9cEVceha/WVhTBG4E=";
      hash = "sha256-dEQdyYEGXMwABulPHK3fLgHo0ZMF5BT6RnqzD23Al38=";
    };
  };