]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/webapps/roundcubemail/plugins/html5_notifier/default.nix
Upgrade roundcube
[perso/Immae/Config/Nix.git] / pkgs / webapps / roundcubemail / plugins / html5_notifier / default.nix
index 35bff069d138b7a8f1513eef46857fbb92d30687..a5788b34096c672ba6bce2c316aeed72fe0e2aa6 100644 (file)
@@ -1,7 +1,7 @@
 { buildPlugin }:
 buildPlugin rec {
   appName = "html5_notifier";
-  version = "v0.6.2";
+  version = "v0.6.4";
   url = "https://github.com/stremlau/${appName}/archive/${version}.tar.gz";
-  sha256 = "0s1wq9ira4bcd8jvhn93nhxiqzpp92i0za2kw37kf7ksyhr0xslq";
+  sha256 = "1w6xkffgxwbahi7acixdh5sgjvsjlfwdq942gkvc64byk8r3bhsj";
 }