v2ray: 4.44.0 -> 4.45.0

This commit is contained in:
1sixth 2022-05-30 19:51:21 +08:00
parent 90ce1f86b9
commit 908245b553
No known key found for this signature in database
GPG Key ID: 55A1774C8F50733A

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";