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

opensmtpd: 7.5.0p0 -> 7.6.0p1

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