]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame_incremental - pkgs/webapps/roundcubemail/plugins/html5_notifier/default.nix
Upgrade roundcube
[perso/Immae/Config/Nix.git] / pkgs / webapps / roundcubemail / plugins / html5_notifier / default.nix
... / ...
CommitLineData
1{ buildPlugin }:
2buildPlugin rec {
3 appName = "html5_notifier";
4 version = "v0.6.4";
5 url = "https://github.com/stremlau/${appName}/archive/${version}.tar.gz";
6 sha256 = "1w6xkffgxwbahi7acixdh5sgjvsjlfwdq942gkvc64byk8r3bhsj";
7}