summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2015-11-17 21:32:00 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2015-11-27 03:03:53 +0100
commitceca397a1a999892038af5546d844041c844387c (patch)
treea8501b01fb744259a052ba3ffdce79c08a1eb276 /pkgs/servers
parent8fe518e763917f478dc5e76eae7b2aea9c582cad (diff)
downloadnixlib-ceca397a1a999892038af5546d844041c844387c.tar
nixlib-ceca397a1a999892038af5546d844041c844387c.tar.gz
nixlib-ceca397a1a999892038af5546d844041c844387c.tar.bz2
nixlib-ceca397a1a999892038af5546d844041c844387c.tar.lz
nixlib-ceca397a1a999892038af5546d844041c844387c.tar.xz
nixlib-ceca397a1a999892038af5546d844041c844387c.tar.zst
nixlib-ceca397a1a999892038af5546d844041c844387c.zip
dovecot: 2.2.16 -> 2.2.19
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/mail/dovecot/2.2.x.nix6
1 files 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 be671b7f0e7b..2d38f3f5cef3 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 = ''