shadowsocks-libev: 3.3.0 -> 3.3.1

This commit is contained in:
Mario Rodas 2019-08-09 03:55:44 -05:00
parent 52f3c28df2
commit 7610e3a33c
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

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