Merge pull request #49846 from Ekleog/opensmtpd-6.4.0p2

opensmtpd: 6.4.0p1 -> 6.4.0p2
This commit is contained in:
Renaud 2018-11-09 10:16:35 +01:00 committed by GitHub
commit d7cfa87eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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