diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 11:06:27 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 11:06:27 +0000 |
commit | 6b536e43f3f703c493a0f8e9ec9560e7252b400f (patch) | |
tree | e7570f13ade7cb78ccafb95af34fd4a2df1cc8ab /px/packages/networking.scm | |
parent | 07b8cc01e474276f0a4dd92b85fd82b56cb64081 (diff) |
px: v2ray: Update to v5.28.0
Diffstat (limited to 'px/packages/networking.scm')
-rw-r--r-- | px/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/networking.scm b/px/packages/networking.scm index 3d14dbe..26341ca 100644 --- a/px/packages/networking.scm +++ b/px/packages/networking.scm @@ -55,7 +55,7 @@ but is also able to connect tens of thousands of computers.") (define-public v2ray (package (name "v2ray") - (version "5.4.1") + (version "5.28.0") (source (origin (method url-fetch) @@ -63,7 +63,7 @@ but is also able to connect tens of thousands of computers.") "https://github.com/v2fly/v2ray-core/releases/download/v" version "/v2ray-linux-64.zip")) (sha256 - (base32 "05mmzk6b2f9ivyb749b70s8l91q9n5h38zbzmzn3hzj0hf4pzhrc")))) + (base32 "1l31zrkja6anyh9bhk4rmaa91p61sb924af1v4l66mmzzagd1zds")))) (build-system binary-build-system) (arguments `(#:install-plan '(("v2ray" "/bin/") |