opensmtpd: 6.4.0p1 -> 6.4.0p2

This commit is contained in:
Léo Gaspard 2018-11-07 09:56:21 +09:00
parent 6141939d6e
commit 5e7edaa0a9
No known key found for this signature in database
GPG Key ID: 8A55848B6090F9CF

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 = [