Merge pull request #175469 from 1sixth/v2ray-4.45.0

v2ray: 4.44.0 -> 4.45.0
This commit is contained in:
ckie 2022-05-30 18:22:51 +03:00 committed by GitHub
commit fba5275708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,16 +3,16 @@
}:
let
version = "4.44.0";
version = "4.45.0";
src = fetchFromGitHub {
owner = "v2fly";
repo = "v2ray-core";
rev = "v${version}";
sha256 = "1yk02n2lllbcwqkz4f3l3d2df1w3m768zxvdawgmafjgmbqf0gjf";
sha256 = "sha256-vVCWCppGeAc7dwY0fX+G0CU3Vy6OBPpDBUOBK3ykg60=";
};
vendorSha256 = "sha256-kTwISKPIFpb/OPh9rIzLH8a6mqpyDBJo2stSu5bc02Q=";
vendorSha256 = "sha256-TbWMbIT578I8xbNsKgBeSP4MewuEKpfh62ZbJIeHgDs=";
assetsDrv = symlinkJoin {
name = "v2ray-assets";