about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-12-11 22:41:35 +0100
committerGitHub <noreply@github.com>2023-12-11 22:41:35 +0100
commitdba565f62d169c33b699775a28225367d52af70d (patch)
tree411fbc79d4b05b18dc89832963c8bc42c717d994 /pkgs
parentd9e518bf85492da6255eabab098291f284de1ee2 (diff)
parent2b30f061b362eb681712fc35a2032117757c9665 (diff)
Merge pull request #273315 from r-ryantm/auto-update/xray
xray: 1.8.4 -> 1.8.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/xray/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/xray/default.nix b/pkgs/tools/networking/xray/default.nix
index 6d810aaee62e5..bb317055dc041 100644
--- a/pkgs/tools/networking/xray/default.nix
+++ b/pkgs/tools/networking/xray/default.nix
@@ -11,16 +11,16 @@
 
 buildGoModule rec {
   pname = "xray";
-  version = "1.8.4";
+  version = "1.8.6";
 
   src = fetchFromGitHub {
     owner = "XTLS";
     repo = "Xray-core";
     rev = "v${version}";
-    hash = "sha256-Hu0BP4BzoELRjJ8WdF3JS/ffxd3bpH+kauWqaMh/o1I=";
+    hash = "sha256-M1iu/93eOBIk9VxYKNJm/TPx9G35yO5SpcQm/lAJ1Q8=";
   };
 
-  vendorHash = "sha256-ihTOKtppOTYdulzwIwD8oWaS2OPs+QCdqPTvqucw7xY=";
+  vendorHash = "sha256-zLnYjZmrsWd/WwtkkLiA8Eoh7aDJz+TsvK0yvIrSr8c=";
 
   nativeBuildInputs = [ makeWrapper ];