Unverified Commit 752aa915 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

zoom-us: 6.7.0.6313 -> 6.7.2.6498 (#476536)

parents 6e7fb206 eb8fe32e
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -54,25 +54,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.7.0.71075";
  versions.x86_64-darwin = "6.7.0.71075";
  versions.aarch64-darwin = "6.7.2.72191";
  versions.x86_64-darwin = "6.7.2.72191";

  # This is the fallback version so that evaluation can produce a meaningful result.
  versions.x86_64-linux = "6.7.0.6313";
  versions.x86_64-linux = "6.7.2.6498";

  srcs = {
    aarch64-darwin = fetchurl {
      url = "https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64";
      name = "zoomusInstallerFull.pkg";
      hash = "sha256-Jj6Ikxk7W77sv6g6yYR9ttTRF3kooQgVJnExNaU5aAA=";
      hash = "sha256-v4maXehUE0KSmZO2OI/d2qVyeTnGvkaWaQzul/yde80=";
    };
    x86_64-darwin = fetchurl {
      url = "https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg";
      hash = "sha256-OaF3cbJZcXKKPkvdfjMuL1Va944N/TOAlqCLdA1fl64=";
      hash = "sha256-6hDDzxzZMisPPyrIQ6XIhipVbid4a/X2gaV4DYIfz3w=";
    };
    x86_64-linux = fetchurl {
      url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz";
      hash = "sha256-Bm5LEGmGN0iUwzKdVzicxfx6K3g9FGevvR/gUIBaPj8=";
      hash = "sha256-fvZMKjzQFkIKl3TUOMYHR75SDHShkKjk59ps55o9Qks=";
    };
  };