From 857028e2e9317d4779c0a3a075ef766149f4536a Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 10 Jan 2025 11:30:42 -0600 Subject: [PATCH] Pin to older version of zoom that might not crash --- home/modules/gui.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/home/modules/gui.nix b/home/modules/gui.nix index 3dadd40..0f3ec2e 100644 --- a/home/modules/gui.nix +++ b/home/modules/gui.nix @@ -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 = {