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 {
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;
};