shadowsocks-libev: 3.2.5 -> 3.3.0
This commit is contained in:
parent
a1dd419c1f
commit
f87183ad85
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "shadowsocks-libev";
|
pname = "shadowsocks-libev";
|
||||||
version = "3.2.5";
|
version = "3.3.0";
|
||||||
|
|
||||||
# Git tag includes CMake build files which are much more convenient.
|
# Git tag includes CMake build files which are much more convenient.
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "shadowsocks";
|
owner = "shadowsocks";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "09z20y35zjzsx5fd5cnnxxgbfcrh2bp0z7m15l59wlmlsfp7r2pw";
|
sha256 = "0f6fk7p49b1m78v4ipacbl522nma9b3qzrvihzp2mmsa6j3cysgr";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -22,12 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
cmakeFlags = [ "-DWITH_STATIC=OFF" "-DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON" ];
|
cmakeFlags = [ "-DWITH_STATIC=OFF" "-DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON" ];
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
cp lib/* $out/lib
|
|
||||||
chmod +x $out/bin/*
|
|
||||||
mv $out/pkgconfig $out/lib
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A lightweight secured SOCKS5 proxy";
|
description = "A lightweight secured SOCKS5 proxy";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user