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

* rosenthal/packages/binaries.scm (sing-box-bin): Update to 1.5.1.
This commit is contained in:
Hilton Chain 2023-10-03 13:20:42 +08:00
parent 6eaca1aa9f
commit 6b1a540e24
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -180,7 +180,7 @@ (define-public shadow-tls-bin
(define-public sing-box-bin
(package
(name "sing-box-bin")
(version "1.5.0")
(version "1.5.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -188,7 +188,7 @@ (define-public sing-box-bin
version "/sing-box-" version "-linux-amd64v3.tar.gz"))
(sha256
(base32
"0ms5292andbgsm64bhg4jgix4yxs98zsfy7apd2yji8mgdvml8fi"))))
"1z38igjs7csbbdnms9sypm04rh14arm6dkg0k5y3npsxix2zpkhm"))))
(build-system copy-build-system)
(arguments (list #:install-plan #~'(("sing-box" "bin/"))))
(supported-systems '("x86_64-linux"))