Merge pull request #297232 from r-ryantm/auto-update/v2ray

v2ray: 5.15.0 -> 5.15.1
This commit is contained in:
Mario Rodas 2024-03-21 08:44:21 -05:00 committed by GitHub
commit 605ab70a2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "v2ray-core";
version = "5.15.0";
version = "5.15.1";
src = fetchFromGitHub {
owner = "v2fly";
repo = "v2ray-core";
rev = "v${version}";
hash = "sha256-XxmzJfZa05Kf32Lh6FapYpQZProJyzlXoXKnDPiWqMQ=";
hash = "sha256-EENeJQfIKHtbh5dmWeUtnVepIGsBsXMs6Yhi/QzeRRs=";
};
# `nix-update` doesn't support `vendorHash` yet.