v2ray: 5.2.1 -> 5.3.0
This commit is contained in:
@@ -6,18 +6,18 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "v2ray-core";
|
pname = "v2ray-core";
|
||||||
version = "5.2.1";
|
version = "5.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "v2fly";
|
owner = "v2fly";
|
||||||
repo = "v2ray-core";
|
repo = "v2ray-core";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Q7yro9jHNr+HSJkoO7D+T05+AK26eLtw9NfvDTWeMw8=";
|
hash = "sha256-LLvAoPA3rLGfhrWD37OVyWd4tC9mwgpE1WjK2pY27xU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# `nix-update` doesn't support `vendorHash` yet.
|
# `nix-update` doesn't support `vendorHash` yet.
|
||||||
# https://github.com/Mic92/nix-update/pull/95
|
# https://github.com/Mic92/nix-update/pull/95
|
||||||
vendorSha256 = "sha256-uXxqqPNSa2s1KmBPzvYVdTmOLxaWer9+AupdvL3+qYU=";
|
vendorSha256 = "sha256-xBNVyPN9PRkraPRzZXOguGemYPm+Jw8hl04vWV8TZaA=";
|
||||||
|
|
||||||
ldflags = [ "-s" "-w" "-buildid=" ];
|
ldflags = [ "-s" "-w" "-buildid=" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user