From 051f375ca96f448820f0da33a24a8ee4bb937ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 24 Oct 2020 10:41:43 +0200 Subject: Add circles and social nextcloud apps --- pkgs/webapps/nextcloud/apps/circles.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pkgs/webapps/nextcloud/apps/circles.nix (limited to 'pkgs/webapps/nextcloud/apps/circles.nix') 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 @@ +{ buildApp, nextcloudVersion }: +assert nextcloudVersion >= 18 && nextcloudVersion <= 18; +buildApp rec { + appName = "circles"; + version = "0.18.9"; + url = "https://github.com/nextcloud/circles/releases/download/v${version}/${appName}-${version}.tar.gz"; + sha256 = "1a58zrjg4cc0igq14s5zfc5zva83mahmfr0mxvhvnasw7rwkpyzr"; +} -- cgit v1.2.3