aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/roundcubemail/plugins/ident_switch/default.nix
blob: 1dfc4020f9d5c262f7d789373879f29a9eae4c7c (plain) (blame)
1
2
3
4
5
6
7
{ buildPlugin }:
buildPlugin rec {
  appName = "ident_switch";
  version = "4.0.1";
  url = "https://bitbucket.org/BoresExpress/${appName}/get/${version}.tar.gz";
  sha256 = "1zyy40lfq2kn7hkghbl8lgp18fb634zr4fxmmxvb1wqyvqdpdpyk";
}