aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/roundcubemail/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/webapps/roundcubemail/plugins')
-rw-r--r--pkgs/webapps/roundcubemail/plugins/contextmenu/default.nix4
-rw-r--r--pkgs/webapps/roundcubemail/plugins/html5_notifier/default.nix4
-rw-r--r--pkgs/webapps/roundcubemail/plugins/ident_switch/default.nix4
-rw-r--r--pkgs/webapps/roundcubemail/plugins/thunderbird_labels/default.nix4
4 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/webapps/roundcubemail/plugins/contextmenu/default.nix b/pkgs/webapps/roundcubemail/plugins/contextmenu/default.nix
index c970007..34a43a7 100644
--- a/pkgs/webapps/roundcubemail/plugins/contextmenu/default.nix
+++ b/pkgs/webapps/roundcubemail/plugins/contextmenu/default.nix
@@ -1,7 +1,7 @@
1{ buildPlugin }: 1{ buildPlugin }:
2buildPlugin rec { 2buildPlugin rec {
3 appName = "contextmenu"; 3 appName = "contextmenu";
4 version = "2.3"; 4 version = "3.2";
5 url = "https://github.com/johndoh/roundcube-${appName}/archive/${version}.tar.gz"; 5 url = "https://github.com/johndoh/roundcube-${appName}/archive/${version}.tar.gz";
6 sha256 = "1rb8n821ylfniiiccfskc534vd6rczhk3g82455ks3m09q6l8hif"; 6 sha256 = "1j7qns42bvgwav8d5n8g16iajyrhydd76hgil8625f3xyjbv4mx0";
7} 7}
diff --git a/pkgs/webapps/roundcubemail/plugins/html5_notifier/default.nix b/pkgs/webapps/roundcubemail/plugins/html5_notifier/default.nix
index 35bff06..a5788b3 100644
--- a/pkgs/webapps/roundcubemail/plugins/html5_notifier/default.nix
+++ b/pkgs/webapps/roundcubemail/plugins/html5_notifier/default.nix
@@ -1,7 +1,7 @@
1{ buildPlugin }: 1{ buildPlugin }:
2buildPlugin rec { 2buildPlugin rec {
3 appName = "html5_notifier"; 3 appName = "html5_notifier";
4 version = "v0.6.2"; 4 version = "v0.6.4";
5 url = "https://github.com/stremlau/${appName}/archive/${version}.tar.gz"; 5 url = "https://github.com/stremlau/${appName}/archive/${version}.tar.gz";
6 sha256 = "0s1wq9ira4bcd8jvhn93nhxiqzpp92i0za2kw37kf7ksyhr0xslq"; 6 sha256 = "1w6xkffgxwbahi7acixdh5sgjvsjlfwdq942gkvc64byk8r3bhsj";
7} 7}
diff --git a/pkgs/webapps/roundcubemail/plugins/ident_switch/default.nix b/pkgs/webapps/roundcubemail/plugins/ident_switch/default.nix
index 1dfc402..3e10fee 100644
--- a/pkgs/webapps/roundcubemail/plugins/ident_switch/default.nix
+++ b/pkgs/webapps/roundcubemail/plugins/ident_switch/default.nix
@@ -1,7 +1,7 @@
1{ buildPlugin }: 1{ buildPlugin }:
2buildPlugin rec { 2buildPlugin rec {
3 appName = "ident_switch"; 3 appName = "ident_switch";
4 version = "4.0.1"; 4 version = "4.2";
5 url = "https://bitbucket.org/BoresExpress/${appName}/get/${version}.tar.gz"; 5 url = "https://bitbucket.org/BoresExpress/${appName}/get/${version}.tar.gz";
6 sha256 = "1zyy40lfq2kn7hkghbl8lgp18fb634zr4fxmmxvb1wqyvqdpdpyk"; 6 sha256 = "0rf2krjsnly4i0mzgsbx09xckr3p9a9dzxf8qq4lkyng1a7dvjkq";
7} 7}
diff --git a/pkgs/webapps/roundcubemail/plugins/thunderbird_labels/default.nix b/pkgs/webapps/roundcubemail/plugins/thunderbird_labels/default.nix
index ca7245f..b67f16a 100644
--- a/pkgs/webapps/roundcubemail/plugins/thunderbird_labels/default.nix
+++ b/pkgs/webapps/roundcubemail/plugins/thunderbird_labels/default.nix
@@ -1,7 +1,7 @@
1{ buildPlugin }: 1{ buildPlugin }:
2buildPlugin rec { 2buildPlugin rec {
3 appName = "thunderbird_labels"; 3 appName = "thunderbird_labels";
4 version = "v1.3.2"; 4 version = "v1.4.2";
5 url = "https://github.com/mike-kfed/roundcube-${appName}/archive/${version}.tar.gz"; 5 url = "https://github.com/mike-kfed/roundcube-${appName}/archive/${version}.tar.gz";
6 sha256 = "1q4x30w66m02v3lw2n8020g0158rmyfzs6gydfk89pa1hs28k9bg"; 6 sha256 = "00dqqlq6m8a6dwynp6gwfimc10anbs8kh0qdy8xvq2l06hk6jxyc";
7} 7}