v2ray: 5.31.0 -> 5.32.0

This commit is contained in:
R. Ryantm 2025-05-23 04:21:24 +00:00
parent fe51d34885
commit 94f2eb1cfd

View file

@ -16,18 +16,18 @@
buildGoModule rec {
pname = "v2ray-core";
version = "5.31.0";
version = "5.32.0";
src = fetchFromGitHub {
owner = "v2fly";
repo = "v2ray-core";
rev = "v${version}";
hash = "sha256-neX3r4Lc1f8N/nSOzc62CArXjQrDRnLaTZPOzf66OCw=";
hash = "sha256-8EnJZvcioNJbNHQYbnYEVZnpxNIb8ObhmkqYmisdYIc=";
};
# `nix-update` doesn't support `vendorHash` yet.
# https://github.com/Mic92/nix-update/pull/95
vendorHash = "sha256-hYWGtp52XEvG4K5eplqsbRS0EweEydVfpA6hypB6SVA=";
vendorHash = "sha256-wENi5VgY/pzYlw0CcWAKHAI2M6qfxf2XFAnAJU63YXk=";
ldflags = [
"-s"