Skip to content

Commit ef71b4c

Browse files
committed
v2ray: 5.37.0 -> 5.38.0
1 parent 0933eb7 commit ef71b4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/v2/v2ray/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616

1717
buildGoModule rec {
1818
pname = "v2ray-core";
19-
version = "5.37.0";
19+
version = "5.38.0";
2020

2121
src = fetchFromGitHub {
2222
owner = "v2fly";
2323
repo = "v2ray-core";
2424
rev = "v${version}";
25-
hash = "sha256-guALD7pXZUWE9eBYvjUhAE1QeodH3Nw30nVyRaNrRGw=";
25+
hash = "sha256-vx0ttx7ACbgTeP7JCb+VHHBwPS97RVK9tZJaxf/bIyQ=";
2626
};
2727

2828
# `nix-update` doesn't support `vendorHash` yet.
2929
# https://github.com/Mic92/nix-update/pull/95
30-
vendorHash = "sha256-zf2oalZB/5EDqo0lrKbiaYSt0uw7Qh9J5exgxGrvLUg=";
30+
vendorHash = "sha256-P/QWkUXJPHHndN2yEVYl3mq55Vi5/ayNwMtDHyQygdQ=";
3131

3232
ldflags = [
3333
"-s"

0 commit comments

Comments
 (0)