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