Merge pull request #78741 from mayflower/pkg/opensmtpd-6.6.2

opensmtpd: 6.6.1p1 -> 6.6.2p1
This commit is contained in:
Florian Klink 2020-01-29 09:34:58 +01:00 committed by GitHub
commit a2ee235cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
pname = "opensmtpd";
version = "6.6.1p1";
version = "6.6.2p1";
nativeBuildInputs = [ autoconf automake libtool bison ];
buildInputs = [ libasr libevent zlib libressl db pam ];
src = fetchurl {
url = "https://www.opensmtpd.org/archives/${pname}-${version}.tar.gz";
sha256 = "1ngil8j13m2rq07g94j4yjr6zmaimzy8wbfr17shi7rxnazys6zb";
sha256 = "16nz2n4s3djlasd6m6dqfwggf6igyfxzq5igny5i0qb8lnn13f33";
};
patches = [