mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #86255 from lovesegfault/zoom-us-5.0
zoom-us: 3.5.385850.0413 -> 5.0.398100.0427
This commit is contained in:
commit
f5c04ecb2c
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ assert pulseaudioSupport -> libpulseaudio != null;
|
|||
let
|
||||
inherit (stdenv.lib) concatStringsSep makeBinPath optional;
|
||||
|
||||
version = "3.5.385850.0413";
|
||||
version = "5.0.398100.0427";
|
||||
srcs = {
|
||||
x86_64-linux = fetchurl {
|
||||
url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
|
||||
sha256 = "049kxgkyaxknxpk0hf1a7bxn0c08dk250z3q2ba9pc1xkrn5kdnw";
|
||||
sha256 = "0b9jdicr783wagp2j79106bbk68974j3v8zg8nvky5fydl6ngjvi";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue