Update Whiteboard

This commit is contained in:
2026-06-08 12:45:17 +02:00
parent e98263b100
commit df3c3d1c08
+3 -3
View File
@@ -4,11 +4,11 @@ with lib;
let
# Version tagging
nextcloudVersion = "33.0.3-apache";
nextcloudVersion = "33.0.5-apache";
redisVersion = "8.6-alpine";
databaseVersion = "11.8";
onlyofficeVersion = "9.3";
whiteboardVersion = "v1.5.7";
onlyofficeVersion = "9.4.0";
whiteboardVersion = "v1.5.9";
# Helper
helper = import ./lib.nix { inherit config pkgs lib; };
cfg = config.numbus.services.nextcloud;