mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
opensmtpd: 6.0.0p1 -> 6.0.2p1 (#19660)
Changelogs at https://www.opensmtpd.org/announces/release-6.0.1.txt https://www.opensmtpd.org/announces/release-6.0.2.txt
This commit is contained in:
parent
a70e11adbf
commit
b085f4a216
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user