shadowsocks-libev: 3.2.3 -> 3.2.5 (#58650)

This commit is contained in:
Mario Rodas 2019-04-02 16:30:01 -05:00 committed by xeji
parent 427320c659
commit 099af0ece3

View File

@ -4,15 +4,15 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "shadowsocks-libev-${version}"; pname = "shadowsocks-libev";
version = "3.2.3"; version = "3.2.5";
# 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 = "shadowsocks-libev"; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "1nj2z3j41lqd6gvj6j7xc8g7jbn2f8b75phlkgwvw0j3zsqnbq30"; sha256 = "09z20y35zjzsx5fd5cnnxxgbfcrh2bp0z7m15l59wlmlsfp7r2pw";
fetchSubmodules = true; fetchSubmodules = true;
}; };