about summary refs log tree commit diff
path: root/pkgs/servers/roundcube
diff options
context:
space:
mode:
authorBenjamin Asbach <asbachb@users.noreply.github.com>2020-08-10 22:05:29 +0200
committerBenjamin Asbach <asbachb@users.noreply.github.com>2020-08-10 22:05:29 +0200
commite513a4e1f9c68337fec67e4931f207a32117092b (patch)
tree21b8cba4fc398fcd5ffcec6dd27c964184deae37 /pkgs/servers/roundcube
parent44d841f758d943636b185f76f6a3f54e5e05a910 (diff)
roundcube: 1.4.7 -> 1.4.8
Diffstat (limited to 'pkgs/servers/roundcube')
-rw-r--r--pkgs/servers/roundcube/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/roundcube/default.nix b/pkgs/servers/roundcube/default.nix
index 2bdcd94fe799d..d46972eae21f2 100644
--- a/pkgs/servers/roundcube/default.nix
+++ b/pkgs/servers/roundcube/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "roundcube";
-  version = "1.4.7";
+  version = "1.4.8";
 
   src = fetchurl {
     url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
-    sha256 = "1jdcda6102n948l6qzhjsiylnmx5fkgjg2hn17g93x3yzwkmvn16";
+    sha256 = "0jkas28k7px95sm3zix86ggraxc9vyy66271sgpr2wrmbg2r056r";
   };
 
   patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];