Skip to content

Commit 9d62054

Browse files
authored
v2ray: 5.32.0 -> 5.33.0 (#413181)
2 parents 1e97d89 + 7052469 commit 9d62054

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.32.0";
19+
version = "5.33.0";
2020

2121
src = fetchFromGitHub {
2222
owner = "v2fly";
2323
repo = "v2ray-core";
2424
rev = "v${version}";
25-
hash = "sha256-8EnJZvcioNJbNHQYbnYEVZnpxNIb8ObhmkqYmisdYIc=";
25+
hash = "sha256-L6qgrxzCRySb/sRoqr+X21s153iaVfHzBTiuTJp/fzg=";
2626
};
2727

2828
# `nix-update` doesn't support `vendorHash` yet.
2929
# https://github.com/Mic92/nix-update/pull/95
30-
vendorHash = "sha256-wENi5VgY/pzYlw0CcWAKHAI2M6qfxf2XFAnAJU63YXk=";
30+
vendorHash = "sha256-uP2TPQbj1jPyCWgeLkp4za+kXykxSY6HIy3n7sGaNXo=";
3131

3232
ldflags = [
3333
"-s"

0 commit comments

Comments
 (0)