mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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 {
|
||||
name = "shadowsocks-libev-${version}";
|
||||
version = "3.1.3";
|
||||
version = "3.2.0";
|
||||
|
||||
# Git tag includes CMake build files which are much more convenient.
|
||||
# fetchgit because submodules.
|
||||
src = fetchgit {
|
||||
url = "https://github.com/shadowsocks/shadowsocks-libev";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "16q91xh6ixfv7b5rl31an11101irv08119klfx5qgj4i6h7c41s7";
|
||||
sha256 = "0i9vz5b2c2bkdl2k9kqzvqyrlpdl94lf7k7rzxds8hn2kk0jizhb";
|
||||
};
|
||||
|
||||
buildInputs = [ libsodium mbedtls libev c-ares pcre ];
|
||||
|
Loading…
Reference in New Issue
Block a user