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