aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/nextcloud/apps/calendar.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/webapps/nextcloud/apps/calendar.nix')
-rw-r--r--pkgs/webapps/nextcloud/apps/calendar.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/webapps/nextcloud/apps/calendar.nix b/pkgs/webapps/nextcloud/apps/calendar.nix
index 0812810..bc3ccea 100644
--- a/pkgs/webapps/nextcloud/apps/calendar.nix
+++ b/pkgs/webapps/nextcloud/apps/calendar.nix
@@ -1,7 +1,8 @@
1{ buildApp }: 1{ buildApp, nextcloudVersion }:
2assert nextcloudVersion >= 17 && nextcloudVersion <= 19;
2buildApp rec { 3buildApp rec {
3 appName = "calendar"; 4 appName = "calendar";
4 version = "1.7.0"; 5 version = "2.0.3";
5 url = "https://github.com/nextcloud/${appName}/releases/download/v${version}/${appName}.tar.gz"; 6 url = "https://github.com/nextcloud/${appName}/releases/download/v${version}/${appName}.tar.gz";
6 sha256 = "0cgvvgzc2kgs2ng36hzff8rrpw9n58f0hyrr41n3wjkf0iynm56r"; 7 sha256 = "17pjsa657p9n1kslqkfcxd6n4ssh2yd4f5l5ww79mixfs34idbl9";
7} 8}