From 4bbcf848ddf2cdf95039986ab8867e79679af54e Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Wed, 13 Aug 2025 14:58:02 +0800 Subject: [PATCH] rosenthal: sing-box: Update to 1.12.1. * modules/rosenthal/packages/networking.scm (sing-box): Update to 1.12.1. [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 e4b7055..a2972da 100644 --- a/modules/rosenthal/packages/networking.scm +++ b/modules/rosenthal/packages/networking.scm @@ -139,7 +139,7 @@ bypass network restrictions." ) (define-public sing-box (package (name "sing-box") - (version "1.12.0") + (version "1.12.1") (source (origin (method git-fetch) (uri (git-reference @@ -148,7 +148,7 @@ bypass network restrictions." ) (file-name (git-file-name name version)) (sha256 (base32 - "1dpf84c9iqz14pkvbac3r8plmwkh6cg0qy3965isg11ijqjhcg54")))) + "088vl3ad324r11g341gca6qrj53pyr1nfwhf7jmpy89m9wxp33ky")))) (build-system go-build-system) (arguments (list @@ -216,7 +216,7 @@ bypass network restrictions." ) (file-name "vendored-go-dependencies") (sha256 (base32 - "0x4sd4hnyng2ihgp3i2sagw9f1md3l6rrpkbwrjkgngg30mp7s4m")))) + "1b5dd8qyla8i007sjy412am9rmsm303gk7drrh0y2wq46lya4rdi")))) (if (%current-target-system) (list this-package) '())))