shadowsocks-libev: 2.4.7 -> 2.4.8 (#17366)
This commit is contained in:
parent
aa2629cedf
commit
c8f535b452
@ -6,12 +6,17 @@
|
|||||||
, libev ? null
|
, libev ? null
|
||||||
, libsodium ? null
|
, libsodium ? null
|
||||||
, udns ? null
|
, udns ? null
|
||||||
|
, asciidoc
|
||||||
|
, xmlto
|
||||||
|
, docbook_xml_dtd_45
|
||||||
|
, docbook_xsl
|
||||||
|
, libxslt
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
version = "2.4.7";
|
version = "2.4.8";
|
||||||
sha256 = "957265cc5339e020d8c8bb7414ab14936e3939dc7355f334aec896ec9b03c6ed";
|
sha256 = "af3fc3be50fb24dfd1aed8ce34d2d13448735f6181269f54f4860438a1838472";
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -24,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib ]
|
buildInputs = [ zlib asciidoc xmlto docbook_xml_dtd_45 docbook_xsl libxslt ]
|
||||||
++ optional (!withMbedTLS) openssl
|
++ optional (!withMbedTLS) openssl
|
||||||
++ optional withMbedTLS mbedtls
|
++ optional withMbedTLS mbedtls
|
||||||
++ optional enableSystemSharedLib [libev libsodium udns];
|
++ optional enableSystemSharedLib [libev libsodium udns];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user