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

v2ray: 5.6.0 -> 5.7.0
This commit is contained in:
Nick Cao 2023-06-01 05:39:22 -06:00 committed by GitHub
commit c90b0d0a6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "v2ray-core";
version = "5.6.0";
version = "5.7.0";
src = fetchFromGitHub {
owner = "v2fly";
repo = "v2ray-core";
rev = "v${version}";
hash = "sha256-4oaxZ+p12HRgA3OVoBYQb9czl+WSHSK1Cc+vYpeeUVM=";
hash = "sha256-gdDV5Cd/DjEqSiOF7j5a8QLtdJiFeNCnHoA4XD+yiGA=";
};
# `nix-update` doesn't support `vendorHash` yet.