about summary refs log tree commit diff
path: root/pkgs/servers/roundcube
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-02-19 23:57:37 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2020-02-19 23:57:37 +0100
commit6c6d7cb2e36c7e1292f0f5bae11f9137cb98934a (patch)
tree814220807fc3edb4c3dfb291a5393378c5cfb57f /pkgs/servers/roundcube
parent43a775649ce6c8a6d2b1d7bea8ccccd6eac72468 (diff)
downloadnixlib-6c6d7cb2e36c7e1292f0f5bae11f9137cb98934a.tar
nixlib-6c6d7cb2e36c7e1292f0f5bae11f9137cb98934a.tar.gz
nixlib-6c6d7cb2e36c7e1292f0f5bae11f9137cb98934a.tar.bz2
nixlib-6c6d7cb2e36c7e1292f0f5bae11f9137cb98934a.tar.lz
nixlib-6c6d7cb2e36c7e1292f0f5bae11f9137cb98934a.tar.xz
nixlib-6c6d7cb2e36c7e1292f0f5bae11f9137cb98934a.tar.zst
nixlib-6c6d7cb2e36c7e1292f0f5bae11f9137cb98934a.zip
roundcube: 1.4.2 -> 1.4.3
https://github.com/roundcube/roundcubemail/releases/tag/1.4.3
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 27ff5b409f79..939424ff2bfd 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.2";
+  version = "1.4.3";
 
   src = fetchurl {
     url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
-    sha256 = "0s8gkfnyid1r4xv07vjrbl6558xv6dyn4aapvx8snqdm79n78fn8";
+    sha256 = "1gsl9rpdkv388i6zvciladhb15fw94a8xjyh4ai1664nkwl51wi4";
   };
 
   patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];