xray: 1.8.3 -> 1.8.4

This commit is contained in:
R. Ryantm 2023-09-08 04:17:38 +00:00
parent e6aa338820
commit 225048f694

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "xray";
version = "1.8.3";
version = "1.8.4";
src = fetchFromGitHub {
owner = "XTLS";
repo = "Xray-core";
rev = "v${version}";
hash = "sha256-j7lIRGO+hUYAM/FWCb8cNoh6lXXE0ZboWA/Hmi9w/Bc=";
hash = "sha256-Hu0BP4BzoELRjJ8WdF3JS/ffxd3bpH+kauWqaMh/o1I=";
};
vendorHash = "sha256-sBbidDvsYvFg3EqsA59MYZULim/LbrZcInixiKfwqqQ=";
vendorHash = "sha256-ihTOKtppOTYdulzwIwD8oWaS2OPs+QCdqPTvqucw7xY=";
nativeBuildInputs = [ makeWrapper ];