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