From fffbbb5623649ca7c7b32b74558a26ec5cf11abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 7 May 2019 10:20:12 +0200 Subject: Add roundcubemail to pkgs --- .../roundcubemail/plugins/automatic_addressbook/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pkgs/webapps/roundcubemail/plugins/automatic_addressbook/default.nix (limited to 'pkgs/webapps/roundcubemail/plugins/automatic_addressbook') 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 0000000..cd9efee --- /dev/null +++ b/pkgs/webapps/roundcubemail/plugins/automatic_addressbook/default.nix @@ -0,0 +1,7 @@ +{ buildPlugin }: +buildPlugin rec { + appName = "automatic_addressbook"; + version = "0.4.3"; + url = "https://github.com/sblaisot/${appName}/archive/${version}.tar.gz"; + sha256 = "0bx5qjzp3a3wc72fr295bvgsy5n15949c041hq76n6c7sqdn7inc"; +} -- cgit v1.2.3