v2ray: 5.45.1 -> 5.46.0

This commit is contained in:
R. Ryantm
2026-02-24 12:05:24 +00:00
parent 493a3b2177
commit 0c3c75258f
+3 -3
View File
@@ -16,18 +16,18 @@
buildGoModule (finalAttrs: {
pname = "v2ray-core";
version = "5.45.1";
version = "5.46.0";
src = fetchFromGitHub {
owner = "v2fly";
repo = "v2ray-core";
rev = "v${finalAttrs.version}";
hash = "sha256-PPuUbVNan9Qrx2Oc1mH07dekAqPw15wD2DNz2gQZ1AU=";
hash = "sha256-wKA3Xeh9pBb/eBB6AIiQB4tfi+M261a5meO1pzceYN4=";
};
# `nix-update` doesn't support `vendorHash` yet.
# https://github.com/Mic92/nix-update/pull/95
vendorHash = "sha256-CTdGbi1LSe67XGNPXkKQLr6UuuJQCfbq2DTgSR3Tc9A=";
vendorHash = "sha256-q2cgUDulpR42aSJfmyq1wlIgGjFWSDPIGmu+V9Qv71Y=";
ldflags = [
"-s"