]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/webapps/roundcubemail/plugins/html5_notifier/default.nix
Add roundcubemail to pkgs
[perso/Immae/Config/Nix.git] / pkgs / webapps / roundcubemail / plugins / html5_notifier / default.nix
diff --git a/pkgs/webapps/roundcubemail/plugins/html5_notifier/default.nix b/pkgs/webapps/roundcubemail/plugins/html5_notifier/default.nix
new file mode 100644 (file)
index 0000000..35bff06
--- /dev/null
@@ -0,0 +1,7 @@
+{ buildPlugin }:
+buildPlugin rec {
+  appName = "html5_notifier";
+  version = "v0.6.2";
+  url = "https://github.com/stremlau/${appName}/archive/${version}.tar.gz";
+  sha256 = "0s1wq9ira4bcd8jvhn93nhxiqzpp92i0za2kw37kf7ksyhr0xslq";
+}