aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/nextcloud/apps/gpxpod.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/webapps/nextcloud/apps/gpxpod.nix')
-rw-r--r--pkgs/webapps/nextcloud/apps/gpxpod.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/webapps/nextcloud/apps/gpxpod.nix b/pkgs/webapps/nextcloud/apps/gpxpod.nix
new file mode 100644
index 0000000..c2e9a80
--- /dev/null
+++ b/pkgs/webapps/nextcloud/apps/gpxpod.nix
@@ -0,0 +1,7 @@
1{ buildApp }:
2buildApp rec {
3 appName = "gpxpod";
4 version = "3.0.1";
5 url = "https://gitlab.com/eneiluj/gpxpod-oc/wikis/uploads/3f5fbc895de15f11f90582c4872839dc/${appName}-${version}.tar.gz";
6 sha256 = "1g3602phrdpybamr4bnk5niv1znmwp19lqyw6d8yxmc84lg99dny";
7}