shadowsocks-libev: 3.2.0 -> 3.2.3

This commit is contained in:
Mario Rodas 2019-01-09 21:04:17 -05:00
parent 6b81768297
commit c0174f715a
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
name = "shadowsocks-libev-${version}";
version = "3.2.0";
version = "3.2.3";
# Git tag includes CMake build files which are much more convenient.
src = fetchFromGitHub {
owner = "shadowsocks";
repo = "shadowsocks-libev";
rev = "refs/tags/v${version}";
sha256 = "0i9vz5b2c2bkdl2k9kqzvqyrlpdl94lf7k7rzxds8hn2kk0jizhb";
sha256 = "1nj2z3j41lqd6gvj6j7xc8g7jbn2f8b75phlkgwvw0j3zsqnbq30";
fetchSubmodules = true;
};