Skip to content

Commit d3eb164

Browse files
committed
v2ray: 5.4.0 -> 5.4.1
1 parent 6664a6b commit d3eb164

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/networking/v2ray/default.nix

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

77
buildGoModule rec {
88
pname = "v2ray-core";
9-
version = "5.4.0";
9+
version = "5.4.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "v2fly";
1313
repo = "v2ray-core";
1414
rev = "v${version}";
15-
hash = "sha256-dgWpfpJiPYQmVg7CHRE8f9hX5vgC2TuLpTfMAksDurs=";
15+
hash = "sha256-LrsLkuLoiZb3Y5BUkg9lB+qd0HHbgRNrixm5BdQMKck=";
1616
};
1717

1818
# `nix-update` doesn't support `vendorHash` yet.
1919
# https://github.com/Mic92/nix-update/pull/95
20-
vendorSha256 = "sha256-BEMdh1zQdjVEu0GJt6KJyWN5P9cUHfs04iNZWxzZ0Yo=";
20+
vendorSha256 = "sha256-0uc+oncdOdIhIygr2ktT7f1qHIeyoVEnjyhzsUMjMBY=";
2121

2222
ldflags = [ "-s" "-w" "-buildid=" ];
2323

0 commit comments

Comments
 (0)