summary refs log tree commit diff
diff options
context:
space:
mode:
authorRickard Nilsson <rickynils@gmail.com>2014-10-16 07:59:40 +0200
committerRickard Nilsson <rickynils@gmail.com>2014-10-16 08:14:46 +0200
commit91be9d57963f240aa5eb5118e918067385cde9b4 (patch)
tree1cec7d0548af0d564463347666eda9e16d498c58
parentcdba59d0f223b06c09ca994d9806335bfb8d262e (diff)
downloadnixpkgs-91be9d57963f240aa5eb5118e918067385cde9b4.tar
nixpkgs-91be9d57963f240aa5eb5118e918067385cde9b4.tar.gz
nixpkgs-91be9d57963f240aa5eb5118e918067385cde9b4.tar.bz2
nixpkgs-91be9d57963f240aa5eb5118e918067385cde9b4.tar.lz
nixpkgs-91be9d57963f240aa5eb5118e918067385cde9b4.tar.xz
nixpkgs-91be9d57963f240aa5eb5118e918067385cde9b4.tar.zst
nixpkgs-91be9d57963f240aa5eb5118e918067385cde9b4.zip
dovecot: Update from 2.2.13 to 2.2.14
-rw-r--r--pkgs/servers/mail/dovecot/2.2.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mail/dovecot/2.2.x.nix b/pkgs/servers/mail/dovecot/2.2.x.nix
index 0c12b6ba3db..ebae8a9b072 100644
--- a/pkgs/servers/mail/dovecot/2.2.x.nix
+++ b/pkgs/servers/mail/dovecot/2.2.x.nix
@@ -2,14 +2,14 @@
 , inotifyTools, clucene_core_2, sqlite }:
 
 stdenv.mkDerivation rec {
-  name = "dovecot-2.2.13";
+  name = "dovecot-2.2.14";
 
   buildInputs = [perl openssl bzip2 zlib openldap clucene_core_2 sqlite]
     ++ stdenv.lib.optionals (stdenv.isLinux) [ systemd pam inotifyTools ];
 
   src = fetchurl {
     url = "http://dovecot.org/releases/2.2/${name}.tar.gz";
-    sha256 = "1klxbnlgqvq4v2inp18yv3x04xp0vf8nr67ci1k3yww1mb9g6g0k";
+    sha256 = "1w7bd2yhzk4jg1b5946r84yx10jrj7scr0zyl4li21660nhhzb38";
   };
 
   preConfigure = ''