shadowsocks-libev: 3.1.3 -> 3.2.0
Fixes build with CMake 3.11.
This commit is contained in:
parent
cd213eea7d
commit
e62bf6dda4
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "shadowsocks-libev-${version}";
|
name = "shadowsocks-libev-${version}";
|
||||||
version = "3.1.3";
|
version = "3.2.0";
|
||||||
|
|
||||||
# Git tag includes CMake build files which are much more convenient.
|
# Git tag includes CMake build files which are much more convenient.
|
||||||
# fetchgit because submodules.
|
# fetchgit because submodules.
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/shadowsocks/shadowsocks-libev";
|
url = "https://github.com/shadowsocks/shadowsocks-libev";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "16q91xh6ixfv7b5rl31an11101irv08119klfx5qgj4i6h7c41s7";
|
sha256 = "0i9vz5b2c2bkdl2k9kqzvqyrlpdl94lf7k7rzxds8hn2kk0jizhb";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libsodium mbedtls libev c-ares pcre ];
|
buildInputs = [ libsodium mbedtls libev c-ares pcre ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user