aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/roundcubemail/plugins/html5_notifier/default.nix
blob: 35bff069d138b7a8f1513eef46857fbb92d30687 (plain) (blame)
1
2
3
4
5
6
7
{ buildPlugin }:
buildPlugin rec {
  appName = "html5_notifier";
  version = "v0.6.2";
  url = "https://github.com/stremlau/${appName}/archive/${version}.tar.gz";
  sha256 = "0s1wq9ira4bcd8jvhn93nhxiqzpp92i0za2kw37kf7ksyhr0xslq";
}