From e19a52b1eca82b91c81414537f33c7307820476f Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Thu, 22 May 2025 20:19:05 +0800 Subject: [PATCH] rosenthal: sing-box: Update to 1.11.11. * modules/rosenthal/packages/networking.scm (sing-box): Update to 1.11.11. [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 7011b7c..c2c6f74 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.10") + (version "1.11.11") (source (origin (method git-fetch) (uri (git-reference @@ -149,7 +149,7 @@ bypass network restrictions." ) (file-name (git-file-name name version)) (sha256 (base32 - "07vsg2zch1z6wk5k0zqj81n95l3crgzkgvafxkyy7za7y72h1jhr")))) + "1xw3n1cxh53vbv5ql8mdq47w732y4vrhkm44f693m7apl261iml5")))) (build-system go-build-system) (arguments (list @@ -212,7 +212,7 @@ bypass network restrictions." ) (file-name "vendored-go-dependencies") (sha256 (base32 - "11607z2j6q6y20z7lkvhcd8z498mry6291lx69j73qa88wbc0mzd")))) + "1iv58j9zphisqdagc4vm0a6r06frbyrr3viabh2j0vycjsqp0jpz")))) (if (%current-target-system) (list this-package) '())))