Apps: Downgrade Zoom due to screen share bug
This commit is contained in:
parent
b18788a9eb
commit
3c4b2f1424
|
@ -14,8 +14,16 @@ with lib;
|
|||
enable = true;
|
||||
packages = [
|
||||
"org.onlyoffice.desktopeditors"
|
||||
"us.zoom.Zoom"
|
||||
#"us.zoom.Zoom"
|
||||
];
|
||||
};
|
||||
|
||||
# Downgrade Zoom due to https://github.com/flathub/us.zoom.Zoom/issues/471
|
||||
services.flatpak.packages = [
|
||||
{
|
||||
appId = "us.zoom.Zoom";
|
||||
commit = "b9505f108b5f9acb2bbad83ac66f97b42bc6a75b9c28ed7b75dec1040e013305";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue