Unverified Commit 220ab9c0 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

zoom-us: 6.3.1.5673 -> 6.2.11.5069 (x86_64-linux only) (#372511)

Downgrade the version of Zoom on x86_64-linux due to OOM issues. See #371488.
parents 6ba3b001 fa4a76ac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ let
  # find where to edit them.
  versions.aarch64-darwin = "6.3.1.45300";
  versions.x86_64-darwin = "6.3.1.45300";
  versions.x86_64-linux = "6.3.1.5673";
  versions.x86_64-linux = "6.2.11.5069";

  srcs = {
    aarch64-darwin = fetchurl {
@@ -66,7 +66,7 @@ let
    };
    x86_64-linux = fetchurl {
      url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz";
      hash = "sha256-0gREcRnGkiFj6kIra0laR5PUqrb0Jvoj6gDfpAVLRtg=";
      hash = "sha256-k8T/lmfgAFxW1nwEyh61lagrlHP5geT2tA7e5j61+qw=";
    };
  };