diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-07 10:20:12 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-07 10:20:12 +0200 |
commit | fffbbb5623649ca7c7b32b74558a26ec5cf11abb (patch) | |
tree | c8746e1d1072072d8b2d0480da5a3fd512d0ed03 /pkgs/webapps/roundcubemail/plugins/ident_switch | |
parent | b44b42a15197813060bf9405d5a07b8b2c699af5 (diff) | |
download | Nix-fffbbb5623649ca7c7b32b74558a26ec5cf11abb.tar.gz Nix-fffbbb5623649ca7c7b32b74558a26ec5cf11abb.tar.zst Nix-fffbbb5623649ca7c7b32b74558a26ec5cf11abb.zip |
Add roundcubemail to pkgs
Diffstat (limited to 'pkgs/webapps/roundcubemail/plugins/ident_switch')
-rw-r--r-- | pkgs/webapps/roundcubemail/plugins/ident_switch/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
1 | { buildPlugin }: | ||
2 | buildPlugin rec { | ||
3 | appName = "ident_switch"; | ||
4 | version = "4.0.1"; | ||
5 | url = "https://bitbucket.org/BoresExpress/${appName}/get/${version}.tar.gz"; | ||
6 | sha256 = "1zyy40lfq2kn7hkghbl8lgp18fb634zr4fxmmxvb1wqyvqdpdpyk"; | ||
7 | } | ||