opensmtpd: 7.5.0p0 -> 7.6.0p1 (#362004)

This commit is contained in:
Wolfgang Walther 2024-12-12 20:12:04 +01:00 committed by GitHub
commit 724b993b7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,14 +17,14 @@
stdenv.mkDerivation rec {
pname = "opensmtpd";
version = "7.5.0p0";
version = "7.6.0p1";
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-hPXBOTwMG+zHLO6pceCr1wdbLKfk4fiQm4Pt/Y3gw5w=";
hash = "sha256-snyAaYKmZTomN/gQrnpFNyuaf/mTUO4QA3RlA/8OSpc=";
};
patches = [