summaryrefslogtreecommitdiff
path: root/pkgs/webapps/roundcubemail/plugins/thunderbird_labels/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/webapps/roundcubemail/plugins/thunderbird_labels/default.nix')
-rw-r--r--pkgs/webapps/roundcubemail/plugins/thunderbird_labels/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/webapps/roundcubemail/plugins/thunderbird_labels/default.nix b/pkgs/webapps/roundcubemail/plugins/thunderbird_labels/default.nix
new file mode 100644
index 00000000..ca7245f5
--- /dev/null
+++ b/pkgs/webapps/roundcubemail/plugins/thunderbird_labels/default.nix
@@ -0,0 +1,7 @@
1{ buildPlugin }:
2buildPlugin rec {
3 appName = "thunderbird_labels";
4 version = "v1.3.2";
5 url = "https://github.com/mike-kfed/roundcube-${appName}/archive/${version}.tar.gz";
6 sha256 = "1q4x30w66m02v3lw2n8020g0158rmyfzs6gydfk89pa1hs28k9bg";
7}