From efcc5e13f05385206e3143cd298deeac4015fe73 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Wed, 15 Mar 2023 09:30:44 +0200 Subject: [PATCH] shadowsocks-v2ray-plugin: no auto update --- pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix b/pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix index 1642bb2944d4..b42252136517 100644 --- a/pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix +++ b/pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix @@ -3,6 +3,7 @@ buildGoModule rec { pname = "shadowsocks-v2ray-plugin"; version = "1.3.1"; + # nixpkgs-update: no auto update src = fetchFromGitHub { owner = "shadowsocks";