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