From 090bf6d160ef0ba3ac6814e895fb584bd6c0b61d Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Sat, 7 Feb 2026 19:03:30 +0800 Subject: [PATCH] rosenthal: sing-box: Update to 1.12.20. * modules/rosenthal/packages/networking.scm (sing-box): Update to 1.12.20. [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 ac5a7ab..21cafda 100644 --- a/modules/rosenthal/packages/networking.scm +++ b/modules/rosenthal/packages/networking.scm @@ -143,7 +143,7 @@ bypass network restrictions." ) (define-public sing-box (package (name "sing-box") - (version "1.12.15") + (version "1.12.20") (source (origin (method git-fetch) (uri (git-reference @@ -152,7 +152,7 @@ bypass network restrictions." ) (file-name (git-file-name name version)) (sha256 (base32 - "04bb5xq4pskcd2sbpi5vvh8f9c52ivjrc2mafz96b6cnbm2ix1fx")))) + "02y6yrllkaf4wswgcb6fv35scj1gngvkvnc972z0h2f2r86bi28x")))) (build-system go-build-system) (arguments (list @@ -220,7 +220,7 @@ bypass network restrictions." ) (file-name "vendored-go-dependencies") (sha256 (base32 - "01gkszwkxbq133kfjg2iqdd033c1llawdplmka9hwp1hqidhf94r")))) + "1b1ciib7w5zqhbmxxjayiynhhmchvpyzn1kwl1lz3v85zwnkf38p")))) (if (%current-target-system) (list this-package) '())))