Skip to content

Commit

Permalink
v2ray: 4.23.2 -> 4.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
servalcatty committed Jun 1, 2020
1 parent b447269 commit 54efe7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/v2ray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/networking/v2ray/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
pname = "v2ray-core";
inherit version src;

vendorSha256 = "1lh8382gyss01frq4gxyx9p26p5m8f158qfw55sy5wb7ddrafcc2";
vendorSha256 = "0d2qmnmlkl884ccg0qcd2yhfj0dwxnb9dz3cih7rcipz85w2f2rs";

buildPhase = ''
runHook preBuild
Expand Down

0 comments on commit 54efe7b

Please sign in to comment.