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

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

* rosenthal/packages/binaries.scm (sing-box-bin): Update to 1.11.6.
This commit is contained in:
Hilton Chain 2025-04-02 10:25:22 +08:00
parent 4831a71081
commit 86f3cfc083
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.5") (version "1.11.6")
(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
"0g9gx26h8zccag0h4q4c9hijl81agk0b2anm46ca1skzgn6hy35y")))) "150cafy3hmv6zm86fdp1siflwmqa81ca87wy8sw5nj2i65xa7742"))))
(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"))