1
0
mirror of https://codeberg.org/hako/Rosenthal.git synced 2025-05-24 04:55:05 +00:00

rosenthal: sing-box-bin: Update to 1.7.5.

* rosenthal/packages/binaries.scm (sing-box-bin): Update to 1.7.5.
This commit is contained in:
Hilton Chain 2023-12-19 16:46:30 +08:00
parent 8e2fa8cb08
commit 1d8fa9db37
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -213,7 +213,7 @@ monster-in-the-middle}.")
(define-public sing-box-bin
(package
(name "sing-box-bin")
(version "1.7.2")
(version "1.7.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -221,7 +221,7 @@ monster-in-the-middle}.")
version "/sing-box-" version "-linux-amd64.tar.gz"))
(sha256
(base32
"1hi59ybpy575ida313h0xn1rsagd2n0akdxq6gbayrfkx4i7xsax"))))
"08mx38qinrzd5x9pn2nar43cirldj5xvlg390ndgl81k6r1lgiq0"))))
(build-system copy-build-system)
(arguments (list #:install-plan #~'(("sing-box" "bin/"))))
(supported-systems '("x86_64-linux"))