summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmmanuel Rosa <emmanuelrosa@protonmail.com>2022-10-18 12:09:37 -0400
committerBobby Rong <rjl931189261@126.com>2022-11-11 19:45:49 +0800
commitf7d11c70b49c8155e9ed9d7e5a9b3b0c86507849 (patch)
tree9450ab89ac876887987d5f566207c4e54f116388
parentea22bf652e582e4bfc2d9061a86b5748ce13b15b (diff)
onlyoffice-bin: 7.1.0 -> 7.2.0
Closes #195131
-rw-r--r--pkgs/applications/office/onlyoffice-bin/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/office/onlyoffice-bin/default.nix b/pkgs/applications/office/onlyoffice-bin/default.nix
index 7ca12b234271a..62e97670c2b60 100644
--- a/pkgs/applications/office/onlyoffice-bin/default.nix
+++ b/pkgs/applications/office/onlyoffice-bin/default.nix
@@ -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