v2ray: 5.22.0 -> 5.23.0

This commit is contained in:
R. Ryantm 2024-12-12 10:42:49 +00:00
parent 52a2613850
commit 87338e185c

View File

@ -16,18 +16,18 @@
buildGoModule rec {
pname = "v2ray-core";
version = "5.22.0";
version = "5.23.0";
src = fetchFromGitHub {
owner = "v2fly";
repo = "v2ray-core";
rev = "v${version}";
hash = "sha256-fDlZFBq5TiyLEriZdPonF/ifwiOu3vYtXWzNlmAik38=";
hash = "sha256-V7/dhTJWd9Qf+80xYpfPJtm4VdH9vVQoL84RKAcyoVo=";
};
# `nix-update` doesn't support `vendorHash` yet.
# https://github.com/Mic92/nix-update/pull/95
vendorHash = "sha256-9JJjpAvmeXBAauu58eQuE262XN1TIK2SwLUlPQBbwYA=";
vendorHash = "sha256-z0ScEkXQu6YSXESdaTAs3vkPPlHEDmJ5xAwJQERwhWo=";
ldflags = [
"-s"