Merge pull request #89318 from servalcatty/v2ray

v2ray: 4.23.2 -> 4.23.3
This commit is contained in:
Mario Rodas 2020-06-01 17:49:12 -05:00 committed by GitHub
commit b6f084797a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -3,13 +3,13 @@
, ... } @ args:
callPackage ./generic.nix (rec {
version = "4.23.2";
version = "4.23.3";
src = fetchFromGitHub {
owner = "v2ray";
repo = "v2ray-core";
rev = "v${version}";
sha256 = "073mwl353g90whj0sc1h98nzpwi9ray96ccpz0g85y51779vy1bx";
sha256 = "1b0cxrpgkmgas7pwxglsvgcig8rnhffkf990b42z7awji5lw055v";
};
assets = {

View file

@ -13,7 +13,7 @@ let
pname = "v2ray-core";
inherit version src;
vendorSha256 = "1lh8382gyss01frq4gxyx9p26p5m8f158qfw55sy5wb7ddrafcc2";
vendorSha256 = "0d2qmnmlkl884ccg0qcd2yhfj0dwxnb9dz3cih7rcipz85w2f2rs";
buildPhase = ''
runHook preBuild