Merge pull request #221280 from wegank/shadowsocks-v2ray-plugin-fix

shadowsocks-v2ray-plugin: add comments about no auto update
This commit is contained in:
Mario Rodas
2023-03-15 03:28:45 -05:00
committed by GitHub
@@ -3,6 +3,9 @@
buildGoModule rec {
pname = "shadowsocks-v2ray-plugin";
version = "1.3.1";
# Version 1.3.2 has runtime failures with Go 1.19
# https://github.com/NixOS/nixpkgs/issues/219343
# https://github.com/shadowsocks/v2ray-plugin/issues/292
# nixpkgs-update: no auto update
src = fetchFromGitHub {