onlyoffice-bin: 7.1.0 -> 7.2.0

Closes #195131
This commit is contained in:
Emmanuel Rosa 2022-10-18 12:09:37 -04:00 committed by Bobby Rong
parent ea22bf652e
commit f7d11c70b4

View File

@ -73,11 +73,11 @@ let
in
stdenv.mkDerivation rec {
pname = "onlyoffice-desktopeditors";
version = "7.1.0";
version = "7.2.0";
minor = null;
src = fetchurl {
url = "https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb";
sha256 = "sha256-40IUAmg7PnfYrdTj7TVbfvb9ey0/zzswu+sJllAIktg=";
sha256 = "sha256-O9gC/b5/eZ1YImuXpEZOJhI1rzCNuFrm5IqablnYo9Y=";
};
nativeBuildInputs = [
@ -109,6 +109,7 @@ stdenv.mkDerivation rec {
qt5.qtbase
qt5.qtdeclarative
qt5.qtsvg
qt5.qtwayland
xorg.libX11
xorg.libxcb
xorg.libXcomposite