summary refs log tree commit diff
path: root/pkgs/servers/mail
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-07-24 18:34:19 -0400
committerShea Levy <shea@shealevy.com>2012-07-24 18:34:19 -0400
commit912440dae8952f36b17f993f2770fc8e3d2a84e4 (patch)
tree88bc0a9a8b2796a84d73e68c5a7be5bd3960b328 /pkgs/servers/mail
parente198f4b237c1fcd77608c53c8bfc52316da2e3dd (diff)
downloadnixlib-912440dae8952f36b17f993f2770fc8e3d2a84e4.tar
nixlib-912440dae8952f36b17f993f2770fc8e3d2a84e4.tar.gz
nixlib-912440dae8952f36b17f993f2770fc8e3d2a84e4.tar.bz2
nixlib-912440dae8952f36b17f993f2770fc8e3d2a84e4.tar.lz
nixlib-912440dae8952f36b17f993f2770fc8e3d2a84e4.tar.xz
nixlib-912440dae8952f36b17f993f2770fc8e3d2a84e4.tar.zst
nixlib-912440dae8952f36b17f993f2770fc8e3d2a84e4.zip
dovecot2: Bump to 2.1.8
Diffstat (limited to 'pkgs/servers/mail')
-rw-r--r--pkgs/servers/mail/dovecot/2.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mail/dovecot/2.x.nix b/pkgs/servers/mail/dovecot/2.x.nix
index 294a58b4f24b..d500e5c9bd5d 100644
--- a/pkgs/servers/mail/dovecot/2.x.nix
+++ b/pkgs/servers/mail/dovecot/2.x.nix
@@ -1,13 +1,13 @@
 {stdenv, fetchurl, openssl, pam, bzip2, zlib}:
 
 stdenv.mkDerivation rec {
-  name = "dovecot-2.1.7";
+  name = "dovecot-2.1.8";
 
   buildInputs = [openssl pam bzip2 zlib];
 
   src = fetchurl {
     url = "http://dovecot.org/releases/2.1/${name}.tar.gz";
-    sha256 = "0lpldhs0nvy6rxabqkp14wzcwf1cx4jvnbp1xcm74izrzxhvrdym";
+    sha256 = "03801f4agcwdpqyg6dfxlga3750pnhk4gaf8m7sjq1qmz2277028";
   };
 
   # It will hardcode this for /var/lib/dovecot.