v2ray: 5.29.2 -> 5.29.3

This commit is contained in:
R. Ryantm
2025-03-29 22:35:45 +00:00
parent 0a5d47a772
commit b67da9bc79
+2 -2
View File
@@ -16,13 +16,13 @@
buildGoModule rec {
pname = "v2ray-core";
version = "5.29.2";
version = "5.29.3";
src = fetchFromGitHub {
owner = "v2fly";
repo = "v2ray-core";
rev = "v${version}";
hash = "sha256-OWq26mpCCR6auBOdbUwcutwDlYHFzJXQRbhXqLbPodM=";
hash = "sha256-HCXfyWpwjryFcmk/7uUByqeJzdhJgb1zv1LDREc0k10=";
};
# `nix-update` doesn't support `vendorHash` yet.