summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEvgeny Pisemsky <mail@pisemsky.site>2026-08-30 17:20:09 +0300
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 23:14:13 +0100
commit2602a19bb4fe8a0d942be8a7ea620fea97fbcbea (patch)
tree0630dbf46caedc52ca4393c027ffa4cb31abd1c2 /gnu
parent50781d767a143ad80e322287feb4416c0a00a902 (diff)
gnu: Add go-github-com-sagernet-sing-shadowsocks.
* gnu/packages/golang-web.scm (go-github-com-sagernet-sing-shadowsocks): New variable. Relates-to: guix/guix!10749 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-web.scm28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 499e67b5d06..3bb686f073f 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -18682,6 +18682,34 @@ information or even the peer of a VETH interface.")
18682platform.") 18682platform.")
18683 (license license:gpl3+))) 18683 (license license:gpl3+)))
18684 18684
18685(define-public go-github-com-sagernet-sing-shadowsocks
18686 (package
18687 (name "go-github-com-sagernet-sing-shadowsocks")
18688 (version "0.2.8")
18689 (source
18690 (origin
18691 (method git-fetch)
18692 (uri (git-reference
18693 (url "https://github.com/SagerNet/sing-shadowsocks")
18694 (commit (string-append "v" version))))
18695 (file-name (git-file-name name version))
18696 (sha256
18697 (base32 "0gq8k8lsbi68hnscl9c5f611cg76idz61g0i3bzmmrrnkims071k"))))
18698 (build-system go-build-system)
18699 (arguments
18700 (list
18701 #:import-path "github.com/sagernet/sing-shadowsocks"))
18702 (propagated-inputs
18703 (list go-github-com-sagernet-sing
18704 go-golang-org-x-crypto
18705 go-lukechampine-com-blake3))
18706 (home-page "https://github.com/sagernet/sing-shadowsocks")
18707 (synopsis "Lightweight shadowsocks implementation")
18708 (description
18709 "This package provides a lightweight and efficient shadowsocks
18710implementation with sing.")
18711 (license license:gpl3+)))
18712
18685(define-public go-github-com-santhosh-tekuri-jsonschema-v5 18713(define-public go-github-com-santhosh-tekuri-jsonschema-v5
18686 (package 18714 (package
18687 (name "go-github-com-santhosh-tekuri-jsonschema-v5") 18715 (name "go-github-com-santhosh-tekuri-jsonschema-v5")