forked from mirrors/nixpkgs
dovecot: Update from 2.2.13 to 2.2.14
This commit is contained in:
parent
cdba59d0f2
commit
91be9d5796
|
@ -2,14 +2,14 @@
|
||||||
, inotifyTools, clucene_core_2, sqlite }:
|
, inotifyTools, clucene_core_2, sqlite }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dovecot-2.2.13";
|
name = "dovecot-2.2.14";
|
||||||
|
|
||||||
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 inotifyTools ];
|
++ stdenv.lib.optionals (stdenv.isLinux) [ systemd pam inotifyTools ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://dovecot.org/releases/2.2/${name}.tar.gz";
|
url = "http://dovecot.org/releases/2.2/${name}.tar.gz";
|
||||||
sha256 = "1klxbnlgqvq4v2inp18yv3x04xp0vf8nr67ci1k3yww1mb9g6g0k";
|
sha256 = "1w7bd2yhzk4jg1b5946r84yx10jrj7scr0zyl4li21660nhhzb38";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in a new issue