dovecot: Update from 2.2.15 to 2.2.16

+2 -2
+2 -2
pkgs/servers/mail/dovecot/2.2.x.nix
··· 2 2 , inotifyTools, clucene_core_2, sqlite }: 3 3 4 4 stdenv.mkDerivation rec { 5 - name = "dovecot-2.2.15"; 5 + name = "dovecot-2.2.16"; 6 6 7 7 buildInputs = [perl openssl bzip2 zlib openldap clucene_core_2 sqlite] 8 8 ++ stdenv.lib.optionals (stdenv.isLinux) [ systemd pam inotifyTools ]; 9 9 10 10 src = fetchurl { 11 11 url = "http://dovecot.org/releases/2.2/${name}.tar.gz"; 12 - sha256 = "17rr7krfvyk706j12y9wy6nf7wh5vppqjrgxjdf66z9nw9lpf3ni"; 12 + sha256 = "1w6gg4h9mxg3i8faqpmgj19imzyy001b0v8ihch8ma3zl63i5kjn"; 13 13 }; 14 14 15 15 preConfigure = ''