zoom-us: 5.9.6.2225 -> 5.10.4.2845 on x86_64-linux
This commit is contained in:
parent
3e789af26c
commit
bb17d93a56
@ -33,13 +33,11 @@ let
|
|||||||
inherit (stdenv.hostPlatform) system;
|
inherit (stdenv.hostPlatform) system;
|
||||||
throwSystem = throw "Unsupported system: ${system}";
|
throwSystem = throw "Unsupported system: ${system}";
|
||||||
|
|
||||||
# Zoom versions are released at different times for each platform and linux
|
# Zoom versions are released at different times for each platform
|
||||||
# is stuck on 5.9.6 until https://github.com/NixOS/nixpkgs/pull/166085 is
|
|
||||||
# resolved
|
|
||||||
version = {
|
version = {
|
||||||
aarch64-darwin = "5.10.4.6592";
|
aarch64-darwin = "5.10.4.6592";
|
||||||
x86_64-darwin = "5.10.4.6592";
|
x86_64-darwin = "5.10.4.6592";
|
||||||
x86_64-linux = "5.9.6.2225";
|
x86_64-linux = "5.10.4.2845";
|
||||||
}.${system} or throwSystem;
|
}.${system} or throwSystem;
|
||||||
|
|
||||||
srcs = {
|
srcs = {
|
||||||
@ -53,7 +51,7 @@ let
|
|||||||
};
|
};
|
||||||
x86_64-linux = fetchurl {
|
x86_64-linux = fetchurl {
|
||||||
url = "https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz";
|
url = "https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz";
|
||||||
sha256 = "0rynpw2fjn9j75f34rk0rgqn9wzyzgzmwh1a3xcx7hqingv45k53";
|
sha256 = "9gspydrGaEjzAM0nK1u0XNm07HTupJ2wnPxCFWy+Nts=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user