3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #115950 from r-ryantm/auto-update/go-shadowsocks2

go-shadowsocks2: 0.1.3 -> 0.1.4
This commit is contained in:
Ryan Mulligan 2021-03-14 08:18:30 -07:00 committed by GitHub
commit b0af9f3daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "go-shadowsocks2";
version = "0.1.3";
version = "0.1.4";
src = fetchFromGitHub {
owner = "shadowsocks";
repo = "go-shadowsocks2";
rev = "v${version}";
sha256 = "1wzy3ml4ld83iawcl6p313bskzs6zjhz8vlg8kpwgn71cnbv4pvi";
sha256 = "sha256-ouJGrVribymak4SWaLbGhlp41iuw07VdxCypoBr1hWA=";
};
vendorSha256 = "0iyak8af708h3rdrslndladbcjrix35j3rlhpsb8ljchqp09lksg";
vendorSha256 = "sha256-RrHksWET5kicbdQ5HRDWhNxx4rTi2zaVeaPoLdg4uQw=";
meta = with lib; {
description = "Fresh implementation of Shadowsocks in Go";