Files
nix-config/packages/nextcloud/nextcloud-app-assistant/default.nix
mjallen18 70002a19e2 hmm
2026-04-07 18:39:42 -05:00

11 lines
263 B
Nix
Executable File

{
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";
}