summary refs log tree commit diff
path: root/pkgs/servers/roundcube
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-07-05 23:35:16 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2020-07-05 23:35:16 +0200
commitd4cf52c414936c066c04f95b15f51e39fa68fbef (patch)
treeffdd5c9e1e72662cf1c5e2829b24e2748a8e6d9f /pkgs/servers/roundcube
parentceab37f2ef5d514f7ea8037e25911646de9b4bd5 (diff)
downloadnixpkgs-d4cf52c414936c066c04f95b15f51e39fa68fbef.tar
nixpkgs-d4cf52c414936c066c04f95b15f51e39fa68fbef.tar.gz
nixpkgs-d4cf52c414936c066c04f95b15f51e39fa68fbef.tar.bz2
nixpkgs-d4cf52c414936c066c04f95b15f51e39fa68fbef.tar.lz
nixpkgs-d4cf52c414936c066c04f95b15f51e39fa68fbef.tar.xz
nixpkgs-d4cf52c414936c066c04f95b15f51e39fa68fbef.tar.zst
nixpkgs-d4cf52c414936c066c04f95b15f51e39fa68fbef.zip
roundcube: 1.4.6 -> 1.4.7
https://github.com/roundcube/roundcubemail/releases/tag/1.4.7
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 03c1a6cf770..2bdcd94fe79 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.6";
+  version = "1.4.7";
 
   src = fetchurl {
     url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
-    sha256 = "06xxzvjd06r90fxpq9zh9fwylg6sbd26c08rxfd553jikyp5znsm";
+    sha256 = "1jdcda6102n948l6qzhjsiylnmx5fkgjg2hn17g93x3yzwkmvn16";
   };
 
   patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];