rosenthal: sing-box: Update to 1.11.14.

* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.11.14.
[native-inputs]: Update vendored Go dependencies.
This commit is contained in:
Hilton Chain 2025-06-19 17:12:46 +08:00
parent 5fefc87842
commit b8c6160121
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -139,7 +139,7 @@ bypass network restrictions." )
(define-public sing-box (define-public sing-box
(package (package
(name "sing-box") (name "sing-box")
(version "1.11.13") (version "1.11.14")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -148,7 +148,7 @@ bypass network restrictions." )
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1pp1afwnappzjcqh1ny92xvv4l1aczmax68ywa9kf9fda2al9biy")))) "0h3nwzxk3jlbf6nl1n43mlhsfg2bwxsrd56i9wcdpb1jnd66q08s"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -211,7 +211,7 @@ bypass network restrictions." )
(file-name "vendored-go-dependencies") (file-name "vendored-go-dependencies")
(sha256 (sha256
(base32 (base32
"1rj34zgr6h1l3z7qanjsaac780h2inh8nbx31js569zyvdxjkb7x")))) "0al5wc5lzzd3qgss30lv174v3airrr1rk0ippbshldinajcwzdsh"))))
(if (%current-target-system) (if (%current-target-system)
(list this-package) (list this-package)
'()))) '())))