From 2041e28e188a8f0197323c4583a4668352918f04 Mon Sep 17 00:00:00 2001 From: Mark Pashmfouroush Date: Fri, 9 Aug 2024 06:07:13 +0000 Subject: [PATCH] xray-core: 1.8.20 -> 1.8.21 Diff: https://github.com/XTLS/Xray-core/compare/v1.8.20...1.8.21 --- go/xray-core.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/xray-core.nix b/go/xray-core.nix index 08f0758..5614c32 100644 --- a/go/xray-core.nix +++ b/go/xray-core.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "xray-core"; - version = "1.8.20"; + version = "1.8.21"; src = fetchFromGitHub { owner = "XTLS"; repo = "Xray-core"; rev = "v${version}"; - hash = "sha256-e6iFTFAPQkLoiIS2p0ffBZ+6deJxlSgnDoEAD2dSeeI="; + hash = "sha256-wqDakLbmr1XJoTUJqBDHTiplrvqsx1lBIAXy/t9/joI="; }; CGO_ENABLED = 0;