Merge pull request #115950 from r-ryantm/auto-update/go-shadowsocks2
go-shadowsocks2: 0.1.3 -> 0.1.4
This commit is contained in:
commit
b0af9f3daa
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "go-shadowsocks2";
|
pname = "go-shadowsocks2";
|
||||||
version = "0.1.3";
|
version = "0.1.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "shadowsocks";
|
owner = "shadowsocks";
|
||||||
repo = "go-shadowsocks2";
|
repo = "go-shadowsocks2";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1wzy3ml4ld83iawcl6p313bskzs6zjhz8vlg8kpwgn71cnbv4pvi";
|
sha256 = "sha256-ouJGrVribymak4SWaLbGhlp41iuw07VdxCypoBr1hWA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "0iyak8af708h3rdrslndladbcjrix35j3rlhpsb8ljchqp09lksg";
|
vendorSha256 = "sha256-RrHksWET5kicbdQ5HRDWhNxx4rTi2zaVeaPoLdg4uQw=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Fresh implementation of Shadowsocks in Go";
|
description = "Fresh implementation of Shadowsocks in Go";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user