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

* rosenthal/packages/binaries.scm (sing-box-bin): Update to 1.11.5.
This commit is contained in:
Hilton Chain 2025-03-12 22:00:34 +08:00
parent d698802385
commit cdb50050c5
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -377,7 +377,7 @@ in sidebar.")
(define-public sing-box-bin (define-public sing-box-bin
(package (package
(name "sing-box-bin") (name "sing-box-bin")
(version "1.11.4") (version "1.11.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -385,7 +385,7 @@ in sidebar.")
version "/sing-box-" version "-linux-amd64.tar.gz")) version "/sing-box-" version "-linux-amd64.tar.gz"))
(sha256 (sha256
(base32 (base32
"0zlj0mn6j7nkczq376spdmgsgrwv10gzq1widl0w4dkb53pn5dqb")))) "0g9gx26h8zccag0h4q4c9hijl81agk0b2anm46ca1skzgn6hy35y"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (list #:install-plan #~'(("sing-box" "bin/")))) (arguments (list #:install-plan #~'(("sing-box" "bin/"))))
(supported-systems '("x86_64-linux")) (supported-systems '("x86_64-linux"))