aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/nextcloud/apps/circles.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/webapps/nextcloud/apps/circles.nix')
-rw-r--r--pkgs/webapps/nextcloud/apps/circles.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/webapps/nextcloud/apps/circles.nix b/pkgs/webapps/nextcloud/apps/circles.nix
new file mode 100644
index 0000000..64a4f2f
--- /dev/null
+++ b/pkgs/webapps/nextcloud/apps/circles.nix
@@ -0,0 +1,8 @@
1{ buildApp, nextcloudVersion }:
2assert nextcloudVersion >= 18 && nextcloudVersion <= 18;
3buildApp rec {
4 appName = "circles";
5 version = "0.18.9";
6 url = "https://github.com/nextcloud/circles/releases/download/v${version}/${appName}-${version}.tar.gz";
7 sha256 = "1a58zrjg4cc0igq14s5zfc5zva83mahmfr0mxvhvnasw7rwkpyzr";
8}