forked from mirrors/nixpkgs
Merge pull request #51662 from srhb/zoom-2.6
zoom-us: 2.5.146186.1130 -> 2.6.146750.1204
This commit is contained in:
commit
477d535c92
|
@ -13,11 +13,11 @@ assert pulseaudioSupport -> libpulseaudio != null;
|
|||
let
|
||||
inherit (stdenv.lib) concatStringsSep makeBinPath optional;
|
||||
|
||||
version = "2.5.146186.1130";
|
||||
version = "2.6.146750.1204";
|
||||
srcs = {
|
||||
x86_64-linux = fetchurl {
|
||||
url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
|
||||
sha256 = "1644xs7xg8a27xg7bgb7856hvlvfh2lin749alds782i52p9rsjr";
|
||||
sha256 = "18cpl1ggyw6nf9r85jqn0cq9j7qrhxfy6nah2qqs5bqj84dqhsrg";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue