diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-11-18 01:11:26 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:32 +0200 |
commit | 4e1d3c0f7d929a246448cee4b9dec5d33d0b775e (patch) | |
tree | 18c6e1a053953b4790b57412e9d6c97909e0b7be /pkgs/webapps/nextcloud/apps/maps.nix | |
parent | a40d4046b0d0adb3bf2f18822f7a39844c43e66e (diff) | |
download | NUR-4e1d3c0f7d929a246448cee4b9dec5d33d0b775e.tar.gz NUR-4e1d3c0f7d929a246448cee4b9dec5d33d0b775e.tar.zst NUR-4e1d3c0f7d929a246448cee4b9dec5d33d0b775e.zip |
Add some nextcloud apps
Diffstat (limited to 'pkgs/webapps/nextcloud/apps/maps.nix')
-rw-r--r-- | pkgs/webapps/nextcloud/apps/maps.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/webapps/nextcloud/apps/maps.nix b/pkgs/webapps/nextcloud/apps/maps.nix new file mode 100644 index 00000000..4232a246 --- /dev/null +++ b/pkgs/webapps/nextcloud/apps/maps.nix | |||
@@ -0,0 +1,7 @@ | |||
1 | { buildApp }: | ||
2 | buildApp rec { | ||
3 | appName = "maps"; | ||
4 | version = "0.1.2"; | ||
5 | url = "https://github.com/nextcloud/maps/releases/download/v${version}/${appName}-${version}.tar.gz"; | ||
6 | sha256 = "0jk4fikk72g2yj3p0f8i80d26lsi88kfpflrmh5c4acgf3jzxp02"; | ||
7 | } | ||