Pin to older version of zoom that might not crash

This commit is contained in:
Greg Hellings
2025-01-10 11:30:42 -06:00
parent fce6b48327
commit 857028e2e9
+7 -1
View File
@@ -62,7 +62,13 @@ in
(excludes [ "aarch64-linux" ] [
onlyoffice-bin
synology-drive-client
zoom-us
(pkgs.zoom-us.overrideAttrs {
version = "6.2.11.5069";
src = pkgs.fetchurl {
url = "https://zoom.us/client/6.2.11.5069/zoom_x86_64.pkg.tar.xz";
hash = "sha256-k8T/lmfgAFxW1nwEyh61lagrlHP5geT2tA7e5j61+qw=";
};
})
]);
programs.firefox = {