rosenthal: sing-box: Update to 1.12.12.

* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.12.12.
[native-inputs]: Update vendored Go dependencies.
This commit is contained in:
Hilton Chain 2025-12-04 15:16:54 +08:00
parent 3382ae51e7
commit db380dc051
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -141,7 +141,7 @@ bypass network restrictions." )
(define-public sing-box (define-public sing-box
(package (package
(name "sing-box") (name "sing-box")
(version "1.12.11") (version "1.12.12")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -150,7 +150,7 @@ bypass network restrictions." )
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1vk7wqbwzy1qwhiak0n6dbjxr4mcdpmlbrsflr6l8xwfjmzhnvrb")))) "1y1g5py91sccf2x6ji5ixl89gaxc72kx6s2h2nycjqfr71l0nd71"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -218,7 +218,7 @@ bypass network restrictions." )
(file-name "vendored-go-dependencies") (file-name "vendored-go-dependencies")
(sha256 (sha256
(base32 (base32
"1dwrii2d05rc4j6gy6kbz4q6ry9xghggb8384y7x8a3czsq9x7gs")))) "1mybyjh38vbs68kwsisca1x153vkw4v3896m0yc0gf16ygdlvms7"))))
(if (%current-target-system) (if (%current-target-system)
(list this-package) (list this-package)
'()))) '())))