11 lines
264 B
Nix
11 lines
264 B
Nix
{
|
|
fetchNextcloudApp,
|
|
...
|
|
}:
|
|
fetchNextcloudApp {
|
|
name = "nextcloud-app-assistant";
|
|
sha256 = "sha256-HgEyfENQL37qoUISuW7O3EADBP92hegngw4GfgK3z/8=";
|
|
url = "https://github.com/nextcloud/assistant/archive/refs/tags/v2.12.0.tar.gz";
|
|
license = "agpl3Only";
|
|
}
|