aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/nextcloud/apps/files_readmemd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/webapps/nextcloud/apps/files_readmemd.nix')
-rw-r--r--pkgs/webapps/nextcloud/apps/files_readmemd.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/webapps/nextcloud/apps/files_readmemd.nix b/pkgs/webapps/nextcloud/apps/files_readmemd.nix
index 1d0dd42..d31f8ee 100644
--- a/pkgs/webapps/nextcloud/apps/files_readmemd.nix
+++ b/pkgs/webapps/nextcloud/apps/files_readmemd.nix
@@ -1,7 +1,8 @@
1{ buildApp }: 1{ buildApp, nextcloudVersion }:
2assert nextcloudVersion >= 16 && nextcloudVersion <= 18;
2buildApp rec { 3buildApp rec {
3 appName = "files_readmemd"; 4 appName = "files_readmemd";
4 version = "1.1.2"; 5 version = "1.1.4";
5 url = "https://gitlab.univ-nantes.fr/uncloud/files_readmemd/wikis/uploads/3c17fcee5fe4a7a7d77ac59de6feca96/${appName}.tar.gz"; 6 url = "https://gitlab.univ-nantes.fr/uncloud/files_readmemd/-/wikis/uploads/e1d280e855f37e5f0a421c757868113c/${appName}.tar.gz";
6 sha256 = "1lx5rlh9n49cdbnxm6a85facjp4g88myaid764yr6jayc62g0qrq"; 7 sha256 = "1lx5rlh9n49cdbnxm6a85facjp4g88myaid764yr6jayc62g0qrq";
7} 8}