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