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/html5_notifier | |
parent | 418a4ed7da43fab53c18f99237bc296e37f47d2c (diff) | |
download | Nix-9271611c189a3ed4129d3b98422f86ab3f774f10.tar.gz Nix-9271611c189a3ed4129d3b98422f86ab3f774f10.tar.zst Nix-9271611c189a3ed4129d3b98422f86ab3f774f10.zip |
Upgrade roundcube
Diffstat (limited to 'pkgs/webapps/roundcubemail/plugins/html5_notifier')
-rw-r--r-- | pkgs/webapps/roundcubemail/plugins/html5_notifier/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 }: |
2 | buildPlugin rec { | 2 | buildPlugin 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 | } |