From 1df01c669900fec8157bd3d6f0daaa8e197b8c0e Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Mon, 1 Jun 2026 18:48:59 +0800 Subject: [PATCH] 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. --- modules/rosenthal/packages/networking.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/rosenthal/packages/networking.scm b/modules/rosenthal/packages/networking.scm index 7f93a99..de6c0d4 100644 --- a/modules/rosenthal/packages/networking.scm +++ b/modules/rosenthal/packages/networking.scm @@ -144,7 +144,7 @@ bypass network restrictions." ) (define-public sing-box (package (name "sing-box") - (version "1.13.8") + (version "1.13.12") (source (origin (method git-fetch) (uri (git-reference @@ -153,7 +153,7 @@ bypass network restrictions." ) (file-name (git-file-name name version)) (sha256 (base32 - "0idl0j3f603b3zrs5yzby4bfm8rjs8npymkl9kjs35gqak78v4c1")))) + "0b5hp696dsh0sl1640726wg36cssdllpc903k7v3sn0q6p9zysq0")))) (build-system go-build-system) (arguments (list @@ -220,7 +220,7 @@ bypass network restrictions." ) (file-name "vendored-go-dependencies") (sha256 (base32 - "1binghhm6nvgfpj5zay0xnvlay2f015kd28llgm118q5bwlsh27a")))) + "0gzjdjq94vkbsyr2m37wjpd37m4whksgsp4kcmh6j293vfwc83ll")))) (if (%current-target-system) (list this-package) '())))