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

opensmtpd: 7.4.0p0 -> 7.5.0p0

authored by Matthias Beyer and committed by GitHub a9087901 43cb0289

+2 -2
+2 -2
pkgs/servers/mail/opensmtpd/default.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "opensmtpd"; 21 - version = "7.4.0p0"; 21 + version = "7.5.0p0"; 22 22 23 23 nativeBuildInputs = [ autoreconfHook autoconf-archive pkgconf libtool bison ]; 24 24 buildInputs = [ libevent zlib libressl db pam libxcrypt ]; 25 25 26 26 src = fetchurl { 27 27 url = "https://www.opensmtpd.org/archives/${pname}-${version}.tar.gz"; 28 - hash = "sha256-wYHMw0NKEeWDYZ4AAoUg1Ff+Bi403AO+6jWAeCIM43Q="; 28 + hash = "sha256-hPXBOTwMG+zHLO6pceCr1wdbLKfk4fiQm4Pt/Y3gw5w="; 29 29 }; 30 30 31 31 patches = [