aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/roundcubemail/plugins/thunderbird_labels/default.nix
blob: b67f16af7d730c3d5fc1c470ab15fea89b25132a (plain) (blame)
1
2
3
4
5
6
7
{ buildPlugin }:
buildPlugin rec {
  appName = "thunderbird_labels";
  version = "v1.4.2";
  url = "https://github.com/mike-kfed/roundcube-${appName}/archive/${version}.tar.gz";
  sha256 = "00dqqlq6m8a6dwynp6gwfimc10anbs8kh0qdy8xvq2l06hk6jxyc";
}