dovecot22: 2.2.19 -> 2.2.21
This commit is contained in:
parent
9fe72b34ed
commit
2e5b76ecc6
@ -2,14 +2,14 @@
|
|||||||
, inotify-tools, clucene_core_2, sqlite }:
|
, inotify-tools, clucene_core_2, sqlite }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dovecot-2.2.19";
|
name = "dovecot-2.2.21";
|
||||||
|
|
||||||
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 ];
|
++ stdenv.lib.optionals (stdenv.isLinux) [ systemd pam inotify-tools ];
|
||||||
|
|
||||||
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 = "17sf5aancad4pg1vx1606k99389wg76blpqzmnmxlz4hklzix7km";
|
sha256 = "080bil83gr2dski4gk2bxykg2g497kqm2hn2z4xkbw71b6g17dvs";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user