Merge pull request #221237 from r-ryantm/auto-update/xray

xray: 1.7.5 -> 1.8.0
This commit is contained in:
Weijia Wang 2023-03-15 22:43:45 +02:00 committed by GitHub
commit 8b765e1734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,16 +20,16 @@ let
in
buildGoModule rec {
pname = "xray";
version = "1.7.5";
version = "1.8.0";
src = fetchFromGitHub {
owner = "XTLS";
repo = "Xray-core";
rev = "v${version}";
sha256 = "sha256-WCku/7eczcsGiIuTy0sSQKUKXlH14TpdVg2/ZPdaiHQ=";
sha256 = "sha256-YonO856ax0RTkM3SwgsS/1HxijkaV5XUXvWYDL3NyvM=";
};
vendorSha256 = "sha256-2P7fI7fUnShsAl95mPiJgtr/eobt+DMmaoxZcox0eu8=";
vendorSha256 = "sha256-lWeYuyzW8bR51LrFguOxOyNzihMuFF6MkFeGuNv8Vyc=";
nativeBuildInputs = [ makeWrapper ];