summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2018-11-30 13:35:25 +0100
committerFlorian Klink <flokli@flokli.de>2018-11-30 13:35:25 +0100
commit3b8d6ef2936f43a55a04080ac5354772f238879a (patch)
tree2211fa0da9f97e1b928c8552954998b6207b8eae /pkgs
parentaa490a543e40f972165aa94be239369d0fb6a33d (diff)
downloadnixpkgs-3b8d6ef2936f43a55a04080ac5354772f238879a.tar
nixpkgs-3b8d6ef2936f43a55a04080ac5354772f238879a.tar.gz
nixpkgs-3b8d6ef2936f43a55a04080ac5354772f238879a.tar.bz2
nixpkgs-3b8d6ef2936f43a55a04080ac5354772f238879a.tar.lz
nixpkgs-3b8d6ef2936f43a55a04080ac5354772f238879a.tar.xz
nixpkgs-3b8d6ef2936f43a55a04080ac5354772f238879a.tar.zst
nixpkgs-3b8d6ef2936f43a55a04080ac5354772f238879a.zip
roundcube: 1.3.7 -> 1.3.8
This is a service release to update the stable version 1.3 of Roundcube
Webmail.  It contains fixes to several bugs backported from the master
branch including a security fix for a reported XSS vulnerability plus
updates to ensure compatibility with PHP 7.3 and recent versions of
Courier-IMAP, Dovecot and MySQL 8. See the complete changelog at
https://github.com/roundcube/roundcubemail/releases/tag/1.3.8
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/roundcube/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/roundcube/default.nix b/pkgs/servers/roundcube/default.nix
index 40afd7043e4..c0648f5183d 100644
--- a/pkgs/servers/roundcube/default.nix
+++ b/pkgs/servers/roundcube/default.nix
@@ -1,13 +1,13 @@
 { lib, stdenv, fetchzip }:
 let
-  version = "1.3.7";
+  version = "1.3.8";
 in
 fetchzip rec {
   name= "roundcube-${version}";
 
-  url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz"; 
-  sha256 = "0xwqy0adynx7066a0cvz9vyg85waax1i4p70kcdkz7q5jnw4jzhf";
- 
+  url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
+  sha256 = "1lhwr13bglm8rqgamnb480b07wpqhw9bskjj2xxb0x8kdjly29ks";
+
   extraPostFetch = ''
     ln -sf /etc/roundcube/config.inc.php $out/config/config.inc.php
     rm -rf $out/installer