opensmtpd: 7.5.0p0 -> 7.6.0p1

This commit is contained in:
R. Ryantm
2024-12-05 08:31:46 +00:00
parent 929116e316
commit a8c245be4f
+2 -2
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 = [