Merge pull request #67009 from r-ryantm/auto-update/opensmtpd

opensmtpd: 6.4.1p2 -> 6.4.2p1
This commit is contained in:
Léo Gaspard 2019-08-20 10:27:08 +02:00 committed by GitHub
commit 32ce60b1a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "opensmtpd-${version}"; name = "opensmtpd-${version}";
version = "6.4.1p2"; version = "6.4.2p1";
nativeBuildInputs = [ autoconf automake libtool bison ]; nativeBuildInputs = [ autoconf automake libtool bison ];
buildInputs = [ libasr libevent zlib libressl db pam ]; buildInputs = [ libasr libevent zlib libressl db pam ];
src = fetchurl { src = fetchurl {
url = "https://www.opensmtpd.org/archives/${name}.tar.gz"; url = "https://www.opensmtpd.org/archives/${name}.tar.gz";
sha256 = "0cppqlx4fk6l8rbim5symh2fm1kzshf421256g596j6c9f9q96xn"; sha256 = "0pgv080ai7d98l9340jadp9wjiaqj2qvgpqhilcz0kps2mdiawbd";
}; };
patches = [ patches = [