]>
Commit | Line | Data |
---|---|---|
65b715d7 IB |
1 | { buildApp, nextcloudVersion }: |
2 | assert nextcloudVersion >= 16 && nextcloudVersion <= 18; | |
8a04ee09 IB |
3 | buildApp rec { |
4 | appName = "files_readmemd"; | |
65b715d7 IB |
5 | version = "1.1.4"; |
6 | url = "https://gitlab.univ-nantes.fr/uncloud/files_readmemd/-/wikis/uploads/e1d280e855f37e5f0a421c757868113c/${appName}.tar.gz"; | |
0c67c584 | 7 | sha256 = "1sfaghbyzfv3hg5vhj1nprb85zsl6lcr2x88ks6l9ndv49nfbvm9"; |
8a04ee09 | 8 | } |