Commit 14e3e04d authored by R. RyanTM's avatar R. RyanTM Committed by Yarny0
Browse files

zoom-us: 6.3.11.* -> 6.4.1.*

parent bf5b8fdb
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -19,23 +19,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.3.11.50104";
  versions.x86_64-darwin = "6.3.11.50104";
  versions.x86_64-linux = "6.3.11.7212";
  versions.aarch64-darwin = "6.4.1.51520";
  versions.x86_64-darwin = "6.4.1.51520";
  versions.x86_64-linux = "6.4.1.587";

  srcs = {
    aarch64-darwin = fetchurl {
      url = "https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64";
      name = "zoomusInstallerFull.pkg";
      hash = "sha256-RZVBq2TQcPs+8wx3YwwISVgaPvxS8hP93vxbJMpEhT0=";
      hash = "sha256-igPyasH67eDe8hYIHCyZ/dk4P5zBbhYtFdQ2ww/QwO4=";
    };
    x86_64-darwin = fetchurl {
      url = "https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg";
      hash = "sha256-OwHVqQZVIQlasehX6UTD1fg1YZDAtvBZSdPq2Ze2JTA=";
      hash = "sha256-EBGc64dy9WKyz6UAFGUrzFtrO+lho5xvIK13jzedUXc=";
    };
    x86_64-linux = fetchurl {
      url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz";
      hash = "sha256-wSXb2v2qXoLXctmjOZpL0SiOP8+ySwpTDpJmPrfQQco=";
      hash = "sha256-xShPDJZZSawKag/OrUqTommIM8RwY1K6LVNEdnr2D94=";
    };
  };