Merge pull request #66370 from marsam/update-shadowsocks-libev

shadowsocks-libev: 3.3.0 -> 3.3.1
This commit is contained in:
Mario Rodas 2019-08-09 07:09:11 -05:00 committed by GitHub
commit ef7a9952f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "shadowsocks-libev"; pname = "shadowsocks-libev";
version = "3.3.0"; version = "3.3.1";
# 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 = "0f6fk7p49b1m78v4ipacbl522nma9b3qzrvihzp2mmsa6j3cysgr"; sha256 = "0l15mbwlzx446rn5cix9f1726by62807bhnxkzknd41j7r937vyv";
fetchSubmodules = true; fetchSubmodules = true;
}; };