Skip to content

Commit

Permalink
Merge pull request #118717 from LutzCle/nixos-20.09
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Apr 7, 2021
2 parents d6f6365 + 5596fb9 commit cbf39a8
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -2,7 +2,6 @@
, lib
, fetchurl
, makeWrapper
, fetchFromGitHub
# Dynamic libraries
, alsaLib
, atk
Expand Down Expand Up @@ -30,11 +29,11 @@
assert pulseaudioSupport -> libpulseaudio != null;

let
version = "5.5.7938.0228";
version = "5.6.13632.0328";
srcs = {
x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz";
sha256 = "KM8o2tgIn0lecOM4gKdTOdk/zsohlFqtNX+ca/S6FGY=";
sha256 = "0nskpg3rbv40jcbih95sfdr0kfv5hjv50z9jdz1cddl8v7hbqg71";
};
};
dontUnpack = true;
Expand Down

0 comments on commit cbf39a8

Please sign in to comment.