Commit 97057551 authored by R. RyanTM's avatar R. RyanTM
Browse files

opensmtpd: 7.4.0p0 -> 7.5.0p0

parent 6b39739b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [