summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-15 09:33:16 +0200
committerGitHub <noreply@github.com>2023-03-15 09:33:16 +0200
commita700871fefdab64d8fad92a2cfbb0729e724d063 (patch)
tree71e9a7ed12d172313247167d6ea6d871e1fbdba5
parentacbe71dd0031aa9b7868671d02b51da0e769fd0b (diff)
parentefcc5e13f05385206e3143cd298deeac4015fe73 (diff)
downloadnixpkgs-a700871fefdab64d8fad92a2cfbb0729e724d063.tar
nixpkgs-a700871fefdab64d8fad92a2cfbb0729e724d063.tar.gz
nixpkgs-a700871fefdab64d8fad92a2cfbb0729e724d063.tar.bz2
nixpkgs-a700871fefdab64d8fad92a2cfbb0729e724d063.tar.lz
nixpkgs-a700871fefdab64d8fad92a2cfbb0729e724d063.tar.xz
nixpkgs-a700871fefdab64d8fad92a2cfbb0729e724d063.tar.zst
nixpkgs-a700871fefdab64d8fad92a2cfbb0729e724d063.zip
Merge pull request #221276 from wegank/shadowsocks-v2ray-plugin-fix
shadowsocks-v2ray-plugin: no auto update
-rw-r--r--pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix b/pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix
index 1642bb2944d..b4225213651 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";