3
0
Fork 0
forked from mirrors/nixpkgs

v2ray: 4.23.2 -> 4.23.3

This commit is contained in:
Serval 2020-06-02 00:32:24 +08:00
parent b447269f08
commit 54efe7b578
No known key found for this signature in database
GPG key ID: 4A2AAAA382F8294C
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