Skip to content

Commit

Permalink
Update package.nix to use v. 6.2.11.5069
Browse files Browse the repository at this point in the history
  • Loading branch information
ecotechie authored Jan 9, 2025
1 parent 9d2feae commit 42cb22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/zo/zoom-us/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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=";
};
};

Expand Down

0 comments on commit 42cb22c

Please sign in to comment.