Skip to content

Commit

Permalink
xray: 1.8.16 -> 1.8.24
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 1, 2024
1 parent 5cbbd23 commit e74bbbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/xray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

buildGoModule rec {
pname = "xray";
version = "1.8.16";
version = "1.8.24";

src = fetchFromGitHub {
owner = "XTLS";
repo = "Xray-core";
rev = "v${version}";
hash = "sha256-IHa+7eZkDDK8ZH+WUMoD0F9eiDvD9yYtFrTswBA00O0=";
hash = "sha256-gteiRkdCuRTBkzljQgxo6oMvr1t2aUgeBIXQikwYtdE=";
};

vendorHash = "sha256-nMVMbZPIn/mBHgPqH026t1dgi6t/RT+jhT/KseRO1fE=";
vendorHash = "sha256-GyzZI0NaOm2GBqrqzXYpv1ml12iBvHMyu2y7A3UwdPY=";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit e74bbbf

Please sign in to comment.