shadowsocks-rust: 1.7.2 -> 1.8.11
This commit is contained in:
parent
33dd04ea4a
commit
3c4b40300b
@ -2,24 +2,23 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "shadowsocks-rust";
|
pname = "shadowsocks-rust";
|
||||||
version = "1.7.2";
|
version = "1.8.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "shadowsocks";
|
owner = "shadowsocks";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
sha256 = "0w7ysha46ml3j1i1knvll4pmqg291z8a2ypcy650m61dhrvkh2ng";
|
sha256 = "0imnvx3v0msk9qf72zy1qg5q52dmc8xfs9iwdwa2q13scjslgmwn";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "0srmn8ndy7vdvcysyb7a5pjly0m3jchq0zrqzhrwicynm291w56h";
|
cargoSha256 = "1aqqx0pdq3vp5c06pjwsrbrqfkz5dhxnpvv3vnr3pqfm62xrffgg";
|
||||||
|
|
||||||
|
SODIUM_USE_PKG_CONFIG = 1;
|
||||||
|
|
||||||
buildInputs = [ openssl libsodium ]
|
buildInputs = [ openssl libsodium ]
|
||||||
++ stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
++ stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
# tries to read /etc/resolv.conf, hence fails in sandbox
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/shadowsocks/shadowsocks-rust";
|
homepage = "https://github.com/shadowsocks/shadowsocks-rust";
|
||||||
description = "A Rust port of shadowsocks";
|
description = "A Rust port of shadowsocks";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user