Merge pull request #80978 from andir/opensmtpd

opensmtpd: 6.6.3p1 -> 6.6.4p1
This commit is contained in:
Léo Gaspard 2020-02-24 22:36:48 +01:00 committed by GitHub
commit 692571b742
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.3p1";
version = "6.6.4p1";
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 = "1dqysjlyl0x3qzdzc9sjrla0063vpmlyq735lzf88p7wgzmw1xwy";
sha256 = "1kyph9ycq0j21dl9n1sq5fns9p4gckdi0fmnf8awrcwrdcm9dyg2";
};
patches = [