From ceca397a1a999892038af5546d844041c844387c Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Tue, 17 Nov 2015 21:32:00 +0100 Subject: [PATCH] dovecot: 2.2.16 -> 2.2.19 --- pkgs/servers/mail/dovecot/2.2.x.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/mail/dovecot/2.2.x.nix b/pkgs/servers/mail/dovecot/2.2.x.nix index be671b7f0e7..2d38f3f5cef 100644 --- a/pkgs/servers/mail/dovecot/2.2.x.nix +++ b/pkgs/servers/mail/dovecot/2.2.x.nix @@ -2,14 +2,14 @@ , inotify-tools, clucene_core_2, sqlite }: stdenv.mkDerivation rec { - name = "dovecot-2.2.16"; + name = "dovecot-2.2.19"; - buildInputs = [perl openssl bzip2 zlib openldap clucene_core_2 sqlite] + buildInputs = [ perl openssl bzip2 zlib openldap clucene_core_2 sqlite ] ++ stdenv.lib.optionals (stdenv.isLinux) [ systemd pam inotify-tools ]; src = fetchurl { url = "http://dovecot.org/releases/2.2/${name}.tar.gz"; - sha256 = "1w6gg4h9mxg3i8faqpmgj19imzyy001b0v8ihch8ma3zl63i5kjn"; + sha256 = "17sf5aancad4pg1vx1606k99389wg76blpqzmnmxlz4hklzix7km"; }; preConfigure = ''