summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorVictor SENE <victor@sene.ovh>2020-01-03 19:58:27 +0100
committerVictor SENE <victor@sene.ovh>2020-01-03 19:58:27 +0100
commitf07ea50ad3f40f140fc04fc6a390fe0bbc12ea31 (patch)
treee4b975939f1c7260ee7eb5dd828b97c5d7aebf16 /pkgs/servers
parentb0bbacb52134a7e731e549f4c0a7a2a39ca6b481 (diff)
downloadnixpkgs-f07ea50ad3f40f140fc04fc6a390fe0bbc12ea31.tar
nixpkgs-f07ea50ad3f40f140fc04fc6a390fe0bbc12ea31.tar.gz
nixpkgs-f07ea50ad3f40f140fc04fc6a390fe0bbc12ea31.tar.bz2
nixpkgs-f07ea50ad3f40f140fc04fc6a390fe0bbc12ea31.tar.lz
nixpkgs-f07ea50ad3f40f140fc04fc6a390fe0bbc12ea31.tar.xz
nixpkgs-f07ea50ad3f40f140fc04fc6a390fe0bbc12ea31.tar.zst
nixpkgs-f07ea50ad3f40f140fc04fc6a390fe0bbc12ea31.zip
roundcube: 1.4.1 -> 1.4.2
Diffstat (limited to 'pkgs/servers')
-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 8278674faf1..776a3389399 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.1";
+  version = "1.4.2";
 
   src = fetchurl {
     url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
-    sha256 = "0jml16djrap0602agwm3hvq53c4lw5bg2qklxbfk79qs3v926134";
+    sha256 = "0s8gkfnyid1r4xv07vjrbl6558xv6dyn4aapvx8snqdm79n78fn8";
   };
 
   patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];