v2ray: 5.48.0 -> 5.49.0 (#510333)

This commit is contained in:
Nick Cao
2026-04-15 20:39:38 +00:00
committed by GitHub
+3 -3
View File
@@ -16,18 +16,18 @@
buildGoModule (finalAttrs: {
pname = "v2ray-core";
version = "5.48.0";
version = "5.49.0";
src = fetchFromGitHub {
owner = "v2fly";
repo = "v2ray-core";
rev = "v${finalAttrs.version}";
hash = "sha256-MPJffUx9RHC7h3H7wzIUQkZ55Lj25pB3z8uMStZwrSs=";
hash = "sha256-a1q/QJpXt3XJZwSteOf3+cQ2W7+KmMfknv1qaByg4Hc=";
};
# `nix-update` doesn't support `vendorHash` yet.
# https://github.com/Mic92/nix-update/pull/95
vendorHash = "sha256-dHEXhXB/KI3upttmsyT9mNZPCIgFjjKVC8uAEjngAfc=";
vendorHash = "sha256-A45fCy9Ytm/zVLQEn1QbUumBYZVG+jbmSFWkS/yAJn4=";
ldflags = [
"-s"