mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
dovecot: Update from 2.2.15 to 2.2.16
(cherry picked from commit 9fde4cc2f0
)
This commit is contained in:
parent
1f14275f51
commit
1b3dae4f54
@ -2,14 +2,14 @@
|
|||||||
, inotifyTools, clucene_core_2, sqlite }:
|
, inotifyTools, clucene_core_2, sqlite }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dovecot-2.2.15";
|
name = "dovecot-2.2.16";
|
||||||
|
|
||||||
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 = "17rr7krfvyk706j12y9wy6nf7wh5vppqjrgxjdf66z9nw9lpf3ni";
|
sha256 = "1w6gg4h9mxg3i8faqpmgj19imzyy001b0v8ihch8ma3zl63i5kjn";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user