shadowsocks-libev: 3.3.1 -> 3.3.3

This commit is contained in:
Mario Rodas 2019-12-02 20:00:00 -05:00
parent ae323f8566
commit 3f378041dd
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

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