rosenthal: sing-box: Update to 1.13.4.

* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.13.4.
[arguments]: Use go-1.26.
[native-inputs]: Update vendored-go-dependencies.
This commit is contained in:
Hilton Chain 2026-03-29 13:49:28 +08:00
parent b0854202ae
commit 889a4a3683
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.22") (version "1.13.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -152,12 +152,12 @@ bypass network restrictions." )
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0wr97myxdskqlh1mrpn0rnnvdkifaqnm420j3y6hbk9rf4ijzf3l")))) "0ihs7n4hnmn6karrwlp6j6aqirm56zpnfzf6mpl5m42ph204dvg2"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:tests? (not (%current-target-system)) ;TODO: Run test suite. #:tests? (not (%current-target-system)) ;TODO: Run test suite.
#:go go-1.23 #:go go-1.26
#:install-source? #f #:install-source? #f
#:import-path "./cmd/sing-box" #:import-path "./cmd/sing-box"
#:build-flags #:build-flags
@ -215,12 +215,12 @@ bypass network restrictions." )
(native-inputs (native-inputs
(append (append
(list (origin (list (origin
(method (go-mod-vendor #:go go-1.23)) (method (go-mod-vendor #:go go-1.26))
(uri (package-source this-package)) (uri (package-source this-package))
(file-name "vendored-go-dependencies") (file-name "vendored-go-dependencies")
(sha256 (sha256
(base32 (base32
"0h3m4rfkwdcm22f8vbdl3idki46nxfmynagvy7s00lycylz1f809")))) "1j8f1b8sx5r7azniqypqz6sqm1hpadxlg1rrkgss8xzh6p0h5y4r"))))
(if (%current-target-system) (if (%current-target-system)
(list this-package) (list this-package)
'()))) '())))