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