mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #125693 from LutzCle/zoom
zoom-us: 5.6.16888.0424 -> 5.6.20278.0524
This commit is contained in:
commit
c11aaff283
1 changed files with 2 additions and 2 deletions
|
@ -29,11 +29,11 @@
|
|||
assert pulseaudioSupport -> libpulseaudio != null;
|
||||
|
||||
let
|
||||
version = "5.6.16888.0424";
|
||||
version = "5.6.20278.0524";
|
||||
srcs = {
|
||||
x86_64-linux = fetchurl {
|
||||
url = "https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz";
|
||||
sha256 = "H/G9cSVmxYM0AVfrdpXzm7ohssDbKq2xdvIBc4d+elc=";
|
||||
sha256 = "1nkpmrpb0bz4zkg8nszxmcfy3ymigd2bmxhnxbjrcnv64ykdrgp7";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue