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.
2 parents 1e97d89 + 7052469 commit 9d62054Copy full SHA for 9d62054
pkgs/by-name/v2/v2ray/package.nix
@@ -16,18 +16,18 @@
16
17
buildGoModule rec {
18
pname = "v2ray-core";
19
- version = "5.32.0";
+ version = "5.33.0";
20
21
src = fetchFromGitHub {
22
owner = "v2fly";
23
repo = "v2ray-core";
24
rev = "v${version}";
25
- hash = "sha256-8EnJZvcioNJbNHQYbnYEVZnpxNIb8ObhmkqYmisdYIc=";
+ hash = "sha256-L6qgrxzCRySb/sRoqr+X21s153iaVfHzBTiuTJp/fzg=";
26
};
27
28
# `nix-update` doesn't support `vendorHash` yet.
29
# https://github.com/Mic92/nix-update/pull/95
30
- vendorHash = "sha256-wENi5VgY/pzYlw0CcWAKHAI2M6qfxf2XFAnAJU63YXk=";
+ vendorHash = "sha256-uP2TPQbj1jPyCWgeLkp4za+kXykxSY6HIy3n7sGaNXo=";
31
32
ldflags = [
33
"-s"
0 commit comments