Files
nix-config/packages/nextcloud/nextcloud-app-assistant/default.nix
mjallen18 382f059188 upd full
2026-01-12 12:08:36 -06:00

11 lines
263 B
Nix

{
fetchNextcloudApp,
...
}:
fetchNextcloudApp {
name = "nextcloud-app-assistant";
sha256 = "sha256-N6az85dmXVJHSy+BNh6+lW3nmN7YkrEBPGaPa0ZIk54=";
url = "https://github.com/nextcloud/assistant/archive/refs/tags/v3.0.0.tar.gz";
license = "agpl3Only";
}