xray: 25.2.21 -> 25.7.26

This commit is contained in:
R. Ryantm 2025-07-28 02:45:23 +00:00
parent 0933eb736e
commit a9986bde48

View File

@ -15,16 +15,16 @@
buildGoModule rec {
pname = "xray";
version = "25.2.21";
version = "25.7.26";
src = fetchFromGitHub {
owner = "XTLS";
repo = "Xray-core";
rev = "v${version}";
hash = "sha256-1KJ6YUYpOHp9AFSDmbPWqcyRdf/4XNQtuT9oiNcKRnU=";
hash = "sha256-oPB4OngMDUk+HURDoUhIZ6SGQ0gII740PjgjP2fUK/k=";
};
vendorHash = "sha256-PUZ0ntG3D09FNC8QhIFShhZLLdTT9CgAimrBy/WLKAw=";
vendorHash = "sha256-AmY9q0I0S7Xki9mgCJn/nV4Y9Ra6MDgnma2iPnoWQhg=";
nativeBuildInputs = [ makeWrapper ];