Merge pull request #267597 from r-ryantm/auto-update/v2ray

v2ray: 5.8.0 -> 5.11.0

authored by Nick Cao and committed by GitHub 642d42d1 234af526

+3 -3
+3 -3
pkgs/tools/networking/v2ray/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "v2ray-core"; 9 - version = "5.8.0"; 9 + version = "5.11.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "v2fly"; 13 13 repo = "v2ray-core"; 14 14 rev = "v${version}"; 15 - hash = "sha256-fMAPlPn53GkYKpraRS58XTF//IMZtzssaQpBkirEWfw="; 15 + hash = "sha256-wiAK3dzZ9TGYkt7MmBkYTD+Mi5BEid8sziDM1nI3Z80="; 16 16 }; 17 17 18 18 # `nix-update` doesn't support `vendorHash` yet. 19 19 # https://github.com/Mic92/nix-update/pull/95 20 - vendorHash = "sha256-un3faML5u9kmlsJw/hitoRcGYtVukF+V/dJMFyGhr8Q="; 20 + vendorHash = "sha256-pC3KXx1KBvQx6eZZG1czaGjCOd0xAB42B5HmKn7p52c="; 21 21 22 22 ldflags = [ "-s" "-w" "-buildid=" ]; 23 23