We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0933eb7 commit ef71b4cCopy full SHA for ef71b4c
1 file changed
pkgs/by-name/v2/v2ray/package.nix
@@ -16,18 +16,18 @@
16
17
buildGoModule rec {
18
pname = "v2ray-core";
19
- version = "5.37.0";
+ version = "5.38.0";
20
21
src = fetchFromGitHub {
22
owner = "v2fly";
23
repo = "v2ray-core";
24
rev = "v${version}";
25
- hash = "sha256-guALD7pXZUWE9eBYvjUhAE1QeodH3Nw30nVyRaNrRGw=";
+ hash = "sha256-vx0ttx7ACbgTeP7JCb+VHHBwPS97RVK9tZJaxf/bIyQ=";
26
};
27
28
# `nix-update` doesn't support `vendorHash` yet.
29
# https://github.com/Mic92/nix-update/pull/95
30
- vendorHash = "sha256-zf2oalZB/5EDqo0lrKbiaYSt0uw7Qh9J5exgxGrvLUg=";
+ vendorHash = "sha256-P/QWkUXJPHHndN2yEVYl3mq55Vi5/ayNwMtDHyQygdQ=";
31
32
ldflags = [
33
"-s"
0 commit comments