nextcloud29: init at 29.0.0

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-04-24 19:31:13 +02:00 committed by Maximilian Bosch
parent ed1200bd9a
commit 3ebf8d0bf8
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View File

@ -61,6 +61,12 @@ in {
packages = nextcloud28Packages;
};
nextcloud29 = generic {
version = "29.0.0";
hash = "sha256-6bU/ZDK29mRIfThpZF+hIaZM8O1q7oOqVgkD2vhrUr0=";
packages = nextcloud29Packages;
};
# tip: get the sha with:
# curl 'https://download.nextcloud.com/server/releases/nextcloud-${version}.tar.bz2.sha256'
}

View File

@ -11031,7 +11031,7 @@ with pkgs;
grocy = callPackage ../servers/grocy { };
inherit (callPackages ../servers/nextcloud {})
nextcloud26 nextcloud27 nextcloud28;
nextcloud26 nextcloud27 nextcloud28 nextcloud29;
nextcloud26Packages = callPackage ../servers/nextcloud/packages {
apps = lib.importJSON ../servers/nextcloud/packages/26.json;