Merge pull request #176945 from oxzi/go-shadowsocks2-0.1.5

go-shadowsocks2: 0.1.4 -> 0.1.5
This commit is contained in:
Bobby Rong 2022-06-09 20:25:37 +08:00 committed by GitHub
commit 965710a33e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-shadowsocks2";
version = "0.1.4";
version = "0.1.5";
src = fetchFromGitHub {
owner = "shadowsocks";
repo = "go-shadowsocks2";
rev = "v${version}";
sha256 = "sha256-ouJGrVribymak4SWaLbGhlp41iuw07VdxCypoBr1hWA=";
sha256 = "sha256-z2+5q8XlxMN7x86IOMJ0qbrW4Wrm1gp8GWew51yBRFg=";
};
vendorSha256 = "sha256-RrHksWET5kicbdQ5HRDWhNxx4rTi2zaVeaPoLdg4uQw=";