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 6664a6b commit d3eb164Copy full SHA for d3eb164
1 file changed
pkgs/tools/networking/v2ray/default.nix
@@ -6,18 +6,18 @@
6
7
buildGoModule rec {
8
pname = "v2ray-core";
9
- version = "5.4.0";
+ version = "5.4.1";
10
11
src = fetchFromGitHub {
12
owner = "v2fly";
13
repo = "v2ray-core";
14
rev = "v${version}";
15
- hash = "sha256-dgWpfpJiPYQmVg7CHRE8f9hX5vgC2TuLpTfMAksDurs=";
+ hash = "sha256-LrsLkuLoiZb3Y5BUkg9lB+qd0HHbgRNrixm5BdQMKck=";
16
};
17
18
# `nix-update` doesn't support `vendorHash` yet.
19
# https://github.com/Mic92/nix-update/pull/95
20
- vendorSha256 = "sha256-BEMdh1zQdjVEu0GJt6KJyWN5P9cUHfs04iNZWxzZ0Yo=";
+ vendorSha256 = "sha256-0uc+oncdOdIhIygr2ktT7f1qHIeyoVEnjyhzsUMjMBY=";
21
22
ldflags = [ "-s" "-w" "-buildid=" ];
23
0 commit comments