summaryrefslogtreecommitdiff
path: root/pkgs/webapps/roundcubemail/plugins/contextmenu/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/webapps/roundcubemail/plugins/contextmenu/default.nix')
-rw-r--r--pkgs/webapps/roundcubemail/plugins/contextmenu/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/webapps/roundcubemail/plugins/contextmenu/default.nix b/pkgs/webapps/roundcubemail/plugins/contextmenu/default.nix
new file mode 100644
index 00000000..c970007e
--- /dev/null
+++ b/pkgs/webapps/roundcubemail/plugins/contextmenu/default.nix
@@ -0,0 +1,7 @@
1{ buildPlugin }:
2buildPlugin rec {
3 appName = "contextmenu";
4 version = "2.3";
5 url = "https://github.com/johndoh/roundcube-${appName}/archive/${version}.tar.gz";
6 sha256 = "1rb8n821ylfniiiccfskc534vd6rczhk3g82455ks3m09q6l8hif";
7}