agorakit: add updateScript

This commit is contained in:
Sizhe Zhao
2025-07-04 13:49:04 +08:00
parent 3288b53ab1
commit a0634a22c3
+3
View File
@@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
php82,
nix-update-script,
dataDir ? "/var/lib/agorakit",
}:
@@ -29,6 +30,8 @@ php82.buildComposerProject2 (finalAttrs: {
vendorHash = "sha256-PBymOrvorGfByTBVu/r+kBxQya5qIlu07mfu4ttT7xs=";
composerStrictValidation = false;
passthru.updateScript = nix-update-script { };
meta = {
description = "Web-based, open-source groupware";
longDescription = "AgoraKit is web-based, open-source groupware for citizens' initiatives. By creating collaborative groups, people can discuss topics, organize events, store files and keep everyone updated as needed. AgoraKit is a forum, calendar, file manager and email notifier.";