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 --- pkgs/webapps/roundcubemail/plugins/ident_switch/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pkgs/webapps/roundcubemail/plugins/ident_switch/default.nix (limited to 'pkgs/webapps/roundcubemail/plugins/ident_switch') diff --git a/pkgs/webapps/roundcubemail/plugins/ident_switch/default.nix b/pkgs/webapps/roundcubemail/plugins/ident_switch/default.nix new file mode 100644 index 0000000..1dfc402 --- /dev/null +++ b/pkgs/webapps/roundcubemail/plugins/ident_switch/default.nix @@ -0,0 +1,7 @@ +{ buildPlugin }: +buildPlugin rec { + appName = "ident_switch"; + version = "4.0.1"; + url = "https://bitbucket.org/BoresExpress/${appName}/get/${version}.tar.gz"; + sha256 = "1zyy40lfq2kn7hkghbl8lgp18fb634zr4fxmmxvb1wqyvqdpdpyk"; +} -- cgit v1.2.3