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

v2ray: 5.11.0 -> 5.13.0
This commit is contained in:
Weijia Wang 2024-01-03 16:05:38 +01:00 committed by GitHub
commit ce5ed360b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "v2ray-core";
version = "5.11.0";
version = "5.13.0";
src = fetchFromGitHub {
owner = "v2fly";
repo = "v2ray-core";
rev = "v${version}";
hash = "sha256-wiAK3dzZ9TGYkt7MmBkYTD+Mi5BEid8sziDM1nI3Z80=";
hash = "sha256-x7LVBmfm9M0fGBvLTz5Bbf01h8IT1yDJyeO1csKfb3I=";
};
# `nix-update` doesn't support `vendorHash` yet.
# https://github.com/Mic92/nix-update/pull/95
vendorHash = "sha256-pC3KXx1KBvQx6eZZG1czaGjCOd0xAB42B5HmKn7p52c=";
vendorHash = "sha256-ZBvHu4BEmQi6PQwRHuVwx/6X4gBqlRR44OktKRBGcs4=";
ldflags = [ "-s" "-w" "-buildid=" ];