summaryrefslogtreecommitdiff
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, 7 insertions, 0 deletions
diff --git a/pkgs/webapps/nextcloud/apps/files_readmemd.nix b/pkgs/webapps/nextcloud/apps/files_readmemd.nix
new file mode 100644
index 00000000..1d0dd424
--- /dev/null
+++ b/pkgs/webapps/nextcloud/apps/files_readmemd.nix
@@ -0,0 +1,7 @@
1{ buildApp }:
2buildApp rec {
3 appName = "files_readmemd";
4 version = "1.1.2";
5 url = "https://gitlab.univ-nantes.fr/uncloud/files_readmemd/wikis/uploads/3c17fcee5fe4a7a7d77ac59de6feca96/${appName}.tar.gz";
6 sha256 = "1lx5rlh9n49cdbnxm6a85facjp4g88myaid764yr6jayc62g0qrq";
7}