Merge pull request #308429 from r-ryantm/auto-update/opensmtpd

opensmtpd: 7.4.0p0 -> 7.5.0p0
This commit is contained in:
Matthias Beyer 2024-05-22 12:20:24 +02:00 committed by GitHub
commit a908790196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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