rosenthal: sing-box: Update to 1.12.22.

* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.12.22.
[native-inputs]: Update vendored Go dependencies.
This commit is contained in:
Hilton Chain 2026-02-24 14:52:01 +08:00
parent 6e40c444b1
commit d2223eae62
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -143,7 +143,7 @@ bypass network restrictions." )
(define-public sing-box (define-public sing-box
(package (package
(name "sing-box") (name "sing-box")
(version "1.12.20") (version "1.12.22")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -152,7 +152,7 @@ bypass network restrictions." )
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"02y6yrllkaf4wswgcb6fv35scj1gngvkvnc972z0h2f2r86bi28x")))) "0wr97myxdskqlh1mrpn0rnnvdkifaqnm420j3y6hbk9rf4ijzf3l"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -220,7 +220,7 @@ bypass network restrictions." )
(file-name "vendored-go-dependencies") (file-name "vendored-go-dependencies")
(sha256 (sha256
(base32 (base32
"1b1ciib7w5zqhbmxxjayiynhhmchvpyzn1kwl1lz3v85zwnkf38p")))) "0h3m4rfkwdcm22f8vbdl3idki46nxfmynagvy7s00lycylz1f809"))))
(if (%current-target-system) (if (%current-target-system)
(list this-package) (list this-package)
'()))) '())))