opensmtpd: 7.4.0p0 -> 7.5.0p0

This commit is contained in:
R. Ryantm 2024-05-02 04:20:33 +00:00
parent 6b39739b77
commit 9705755154

View File

@ -18,14 +18,14 @@
stdenv.mkDerivation rec {
pname = "opensmtpd";
version = "7.4.0p0";
version = "7.5.0p0";
nativeBuildInputs = [ autoreconfHook autoconf-archive pkgconf libtool bison ];
buildInputs = [ libevent zlib libressl db pam libxcrypt ];
src = fetchurl {
url = "https://www.opensmtpd.org/archives/${pname}-${version}.tar.gz";
hash = "sha256-wYHMw0NKEeWDYZ4AAoUg1Ff+Bi403AO+6jWAeCIM43Q=";
hash = "sha256-hPXBOTwMG+zHLO6pceCr1wdbLKfk4fiQm4Pt/Y3gw5w=";
};
patches = [