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

* rosenthal/packages/binaries.scm (sing-box-bin): Update to 1.8.6.
This commit is contained in:
Hilton Chain 2024-02-27 13:08:27 +08:00
parent 1ce1e67bc2
commit c408907454
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -216,7 +216,7 @@ (define-public shadow-tls-bin
(define-public sing-box-bin
(package
(name "sing-box-bin")
(version "1.8.4")
(version "1.8.6")
(source (origin
(method url-fetch)
(uri (string-append
@ -224,7 +224,7 @@ (define-public sing-box-bin
version "/sing-box-" version "-linux-amd64.tar.gz"))
(sha256
(base32
"0r68prq6claxl7pwr63q8y1kyhnz5axi0kvqfxkj0v0p8fwyi76a"))))
"0lg4ma6xmnfqghwgqnzlp1apmf9pfca3l7yisf1si8v4v1lxs0cz"))))
(build-system copy-build-system)
(arguments (list #:install-plan #~'(("sing-box" "bin/"))))
(supported-systems '("x86_64-linux"))