From 0cc60dcd295718a3aaea82d0efa1df858ffbc49c Mon Sep 17 00:00:00 2001 From: Numbus Informatique Date: Thu, 14 May 2026 11:48:03 +0200 Subject: [PATCH] Update Nextcloud, Whiteboard and OnlyOffice --- modules/services/nextcloud.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/services/nextcloud.nix b/modules/services/nextcloud.nix index e276f2f..0289dd0 100644 --- a/modules/services/nextcloud.nix +++ b/modules/services/nextcloud.nix @@ -4,11 +4,11 @@ with lib; let # Version tagging - nextcloudVersion = "33.0.2-apache"; + nextcloudVersion = "33.0.3-apache"; redisVersion = "8.6-alpine"; databaseVersion = "11.8"; - onlyofficeVersion = "9.2"; - whiteboardVersion = "v1.5.6"; + onlyofficeVersion = "9.3"; + whiteboardVersion = "v1.5.7"; # Helper helper = import ./lib.nix { inherit config pkgs lib; }; cfg = config.numbus.services.nextcloud;