Skip to content

Commit

Permalink
hm(labbi): lock zoom version
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudk1000 committed Jan 12, 2025
1 parent c10fb1f commit fbe2d1d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion home-manager/labbi/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,14 @@
evince
krita
popcorntime
zoom-us
# 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=";
};
})
teams-for-linux

libsForQt5.breeze-icons
Expand Down

0 comments on commit fbe2d1d

Please sign in to comment.