From 02a8f00f13e0ebd7e2f7ccd3630037b38f618c9e Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Fri, 19 Jun 2026 20:37:01 +0200 Subject: [PATCH] Services/Nextcloud: Update to v32.0.11 --- system/services/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/services/nextcloud.nix b/system/services/nextcloud.nix index c4ac87bf..5c8f3373 100644 --- a/system/services/nextcloud.nix +++ b/system/services/nextcloud.nix @@ -5,7 +5,7 @@ pkgs, ... }: let - nextcloudVersion = "31.0.6-apache"; + nextcloudVersion = "32.0.11-apache"; in { systemd.services.nextcloud-cron = { enable = true;