dovecot: 2.2.32 -> 2.2.33.2

This commit is contained in:
Orivej Desh 2017-12-17 02:59:38 +00:00
parent 24b7408881
commit 0aa10a7fa6
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
}:
stdenv.mkDerivation rec {
name = "dovecot-2.2.32";
name = "dovecot-2.2.33.2";
nativeBuildInputs = [ perl pkgconfig ];
buildInputs = [ openssl bzip2 zlib clucene_core_2 icu openldap ]
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://dovecot.org/releases/2.2/${name}.tar.gz";
sha256 = "0bmwyvi1crmrca2knvknsf517x53w7gxrclwyrvrhddgw98j22qn";
sha256 = "117f9i62liz2pm96zi2lpldzlj2knzj7g410zhifwmlsc1w3n7py";
};
preConfigure = ''