Skip to content

Commit

Permalink
opensmtpd: 6.0.0p1 -> 6.0.2p1 (#19660)
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored and obadz committed Oct 22, 2016
1 parent dd309d6 commit 2b06553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/mail/opensmtpd/default.nix
Expand Up @@ -11,14 +11,14 @@

stdenv.mkDerivation rec {
name = "opensmtpd-${version}";
version = "6.0.0p1";
version = "6.0.2p1";

nativeBuildInputs = [ autoconf automake libtool bison ];
buildInputs = [ libasr libevent zlib openssl db pam ];

src = fetchurl {
url = "https://www.opensmtpd.org/archives/${name}.tar.gz";
sha256 = "07gq21bx62w367512d0bbp9hm3pfgqh3kksg2by7n574kxc7jzm9";
sha256 = "1b4h64w45hpmfq5721smhg4s0shs64gbcjqjpx3fbiw4hz8bdy9a";
};

patches = [ ./proc_path.diff ];
Expand Down

0 comments on commit 2b06553

Please sign in to comment.