diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-05-05 12:54:06 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-05-05 12:54:06 +0200 |
commit | 9271611c189a3ed4129d3b98422f86ab3f774f10 (patch) | |
tree | 9095cf309d43fe41dc9d0b1ffdcff8b079c55224 /pkgs/webapps/roundcubemail/plugins/contextmenu | |
parent | 418a4ed7da43fab53c18f99237bc296e37f47d2c (diff) | |
download | Nix-9271611c189a3ed4129d3b98422f86ab3f774f10.tar.gz Nix-9271611c189a3ed4129d3b98422f86ab3f774f10.tar.zst Nix-9271611c189a3ed4129d3b98422f86ab3f774f10.zip |
Upgrade roundcube
Diffstat (limited to 'pkgs/webapps/roundcubemail/plugins/contextmenu')
-rw-r--r-- | pkgs/webapps/roundcubemail/plugins/contextmenu/default.nix | 4 |
1 files changed, 2 insertions, 2 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 }: |
2 | buildPlugin rec { | 2 | buildPlugin 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 | } |