xray: 25.7.26 -> 25.8.3

This commit is contained in:
R. Ryantm
2025-08-06 00:06:19 +00:00
parent be57485fff
commit e6f9a21093

View File

@@ -15,13 +15,13 @@
buildGoModule rec { buildGoModule rec {
pname = "xray"; pname = "xray";
version = "25.7.26"; version = "25.8.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "XTLS"; owner = "XTLS";
repo = "Xray-core"; repo = "Xray-core";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-oPB4OngMDUk+HURDoUhIZ6SGQ0gII740PjgjP2fUK/k="; hash = "sha256-6BzAp0vm8OkthX1s8xfneX3BkAuXpCtLmGn8yqcRLA8=";
}; };
vendorHash = "sha256-AmY9q0I0S7Xki9mgCJn/nV4Y9Ra6MDgnma2iPnoWQhg="; vendorHash = "sha256-AmY9q0I0S7Xki9mgCJn/nV4Y9Ra6MDgnma2iPnoWQhg=";