diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 11:08:54 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 11:08:54 +0000 |
commit | 40cf2da90eb6ea766f5db9cabc42a22520006775 (patch) | |
tree | fe30c1ab5d368ae8f6e71bb4d3e19db6e91c1583 /px/packages/networking.scm | |
parent | 6b536e43f3f703c493a0f8e9ec9560e7252b400f (diff) |
px: xray-core: Update to v25.2.21
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 26341ca..aa45056 100644 --- a/px/packages/networking.scm +++ b/px/packages/networking.scm @@ -87,7 +87,7 @@ privacy. See our website for more information.") (define-public xray-core (package (name "xray-core") - (version "1.7.5") + (version "25.2.21") (source (origin (method url-fetch) @@ -96,7 +96,7 @@ privacy. See our website for more information.") "/Xray-linux-64.zip")) (file-name (string-append "Xray-linux-64-" version ".zip")) (sha256 - (base32 "0lrl6wj15wagyky5zy1ihh6ilvxf80yn7p83gdqp5m44zdplf8fn")))) + (base32 "1rsglamcp01gv9k2ca4dpx40892axfq9dv3gyjbv7cmvnnxz141y")))) (build-system binary-build-system) (arguments `(#:install-plan '(("xray" "/bin/") |