rosenthal: sing-box: Update to 1.13.12.

* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.13.12.
[native-inputs]: Update vendored Go dependencies.
This commit is contained in:
Hilton Chain 2026-06-01 18:48:59 +08:00
parent 83bd48e8c0
commit 1df01c6699
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -144,7 +144,7 @@ bypass network restrictions." )
(define-public sing-box (define-public sing-box
(package (package
(name "sing-box") (name "sing-box")
(version "1.13.8") (version "1.13.12")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -153,7 +153,7 @@ bypass network restrictions." )
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0idl0j3f603b3zrs5yzby4bfm8rjs8npymkl9kjs35gqak78v4c1")))) "0b5hp696dsh0sl1640726wg36cssdllpc903k7v3sn0q6p9zysq0"))))
(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
"1binghhm6nvgfpj5zay0xnvlay2f015kd28llgm118q5bwlsh27a")))) "0gzjdjq94vkbsyr2m37wjpd37m4whksgsp4kcmh6j293vfwc83ll"))))
(if (%current-target-system) (if (%current-target-system)
(list this-package) (list this-package)
'()))) '())))