v2ray: 5.6.0 -> 5.7.0
This commit is contained in:
parent
09a6ca346b
commit
922d823d0b
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "v2ray-core";
|
pname = "v2ray-core";
|
||||||
version = "5.6.0";
|
version = "5.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "v2fly";
|
owner = "v2fly";
|
||||||
repo = "v2ray-core";
|
repo = "v2ray-core";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-4oaxZ+p12HRgA3OVoBYQb9czl+WSHSK1Cc+vYpeeUVM=";
|
hash = "sha256-gdDV5Cd/DjEqSiOF7j5a8QLtdJiFeNCnHoA4XD+yiGA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# `nix-update` doesn't support `vendorHash` yet.
|
# `nix-update` doesn't support `vendorHash` yet.
|
||||||
|
|
Loading…
Reference in a new issue