aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/roundcubemail/plugins/contextmenu/default.nix
blob: c970007e61f4bc2f088f240b9fbcfc29b7a8bf95 (plain) (blame)
1
2
3
4
5
6
7
{ buildPlugin }:
buildPlugin rec {
  appName = "contextmenu";
  version = "2.3";
  url = "https://github.com/johndoh/roundcube-${appName}/archive/${version}.tar.gz";
  sha256 = "1rb8n821ylfniiiccfskc534vd6rczhk3g82455ks3m09q6l8hif";
}