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