From 0f8aa4507f3153008311604f094f0e5adfc00152 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Fri, 6 Jun 2025 16:48:48 +0800 Subject: [PATCH] rosenthal: sing-box: Update to 1.11.13. * modules/rosenthal/packages/networking.scm (sing-box): Update to 1.11.13. [native-inputs]: Update vendored 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 1137531..d6e674f 100644 --- a/modules/rosenthal/packages/networking.scm +++ b/modules/rosenthal/packages/networking.scm @@ -140,7 +140,7 @@ bypass network restrictions." ) (define-public sing-box (package (name "sing-box") - (version "1.11.11") + (version "1.11.13") (source (origin (method git-fetch) (uri (git-reference @@ -149,7 +149,7 @@ bypass network restrictions." ) (file-name (git-file-name name version)) (sha256 (base32 - "1xw3n1cxh53vbv5ql8mdq47w732y4vrhkm44f693m7apl261iml5")))) + "1pp1afwnappzjcqh1ny92xvv4l1aczmax68ywa9kf9fda2al9biy")))) (build-system go-build-system) (arguments (list @@ -212,7 +212,7 @@ bypass network restrictions." ) (file-name "vendored-go-dependencies") (sha256 (base32 - "1iv58j9zphisqdagc4vm0a6r06frbyrr3viabh2j0vycjsqp0jpz")))) + "1rj34zgr6h1l3z7qanjsaac780h2inh8nbx31js569zyvdxjkb7x")))) (if (%current-target-system) (list this-package) '())))