Unverified Commit 353bf1c5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

xray: 25.2.21 -> 25.7.26 (#391011)

parents a1a6889a a9986bde
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];