v2ray: 5.47.0 -> 5.48.0

This commit is contained in:
R. Ryantm
2026-03-30 08:07:26 +00:00
parent 218caa0caf
commit defefb74a4
+3 -3
View File
@@ -16,18 +16,18 @@
buildGoModule (finalAttrs: {
pname = "v2ray-core";
version = "5.47.0";
version = "5.48.0";
src = fetchFromGitHub {
owner = "v2fly";
repo = "v2ray-core";
rev = "v${finalAttrs.version}";
hash = "sha256-vIBzBqOi59G3LAYgioiYFFXPMlOOuVBn9Ncc7AtRedE=";
hash = "sha256-MPJffUx9RHC7h3H7wzIUQkZ55Lj25pB3z8uMStZwrSs=";
};
# `nix-update` doesn't support `vendorHash` yet.
# https://github.com/Mic92/nix-update/pull/95
vendorHash = "sha256-ZI3kUatdBBz1iaA8cNdzGFTscMxCTbobFHRxzdTaBxU=";
vendorHash = "sha256-dHEXhXB/KI3upttmsyT9mNZPCIgFjjKVC8uAEjngAfc=";
ldflags = [
"-s"