mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #49846 from Ekleog/opensmtpd-6.4.0p2
opensmtpd: 6.4.0p1 -> 6.4.0p2
This commit is contained in:
commit
d7cfa87eb7
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "opensmtpd-${version}";
|
name = "opensmtpd-${version}";
|
||||||
version = "6.4.0p1";
|
version = "6.4.0p2";
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake libtool bison ];
|
nativeBuildInputs = [ autoconf automake libtool bison ];
|
||||||
buildInputs = [ libasr libevent zlib libressl db pam ];
|
buildInputs = [ libasr libevent zlib libressl db pam ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.opensmtpd.org/archives/${name}.tar.gz";
|
url = "https://www.opensmtpd.org/archives/${name}.tar.gz";
|
||||||
sha256 = "1qxxhnlsmpfh9v4azgl0634955r085gsic1c66jdll21bd5w2mq8";
|
sha256 = "1y7snhsrcdi56vaa23iwjpybhyrnnh2f6dxrfnacn7xgy5xwzbvn";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user