diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-05-10 10:38:10 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-05-10 10:40:38 +0300 |
| commit | 33550057ae439e42516dd3128e5dd556d6a281bd (patch) | |
| tree | 31aec0c0866cbc6212edc7caa549166e4ff44ae9 /gnu/packages/networking.scm | |
| parent | 3c85becdf751e42d02ff1a9e689f3a3e0adc00be (diff) | |
gnu: wireproxy: Update to 1.1.2.
* gnu/packages/networking.scm (wireproxy): Update to 1.1.2.
[source]<origin>: Change URL to "https://github.com/windtf/wireproxy".
[arguments]<#:import-path>: Set to
"github.com/windtf/wireproxy/cmd/wireproxy".
<#:unpack-path>: Set to "github.com/windtf/wireproxy".
[home-page]: Set to "https://github.com/windtf/wireproxy".
Change-Id: I9f1df7282a1405f0fd95ceece355466c3397173d
Diffstat (limited to 'gnu/packages/networking.scm')
| -rw-r--r-- | gnu/packages/networking.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 2d89c99d0d5..e9c812da9b1 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm | |||
| @@ -5489,22 +5489,22 @@ and IP address registration information in JSON format over HTTP.") | |||
| 5489 | (define-public wireproxy | 5489 | (define-public wireproxy |
| 5490 | (package | 5490 | (package |
| 5491 | (name "wireproxy") | 5491 | (name "wireproxy") |
| 5492 | (version "1.0.10") | 5492 | (version "1.1.2") |
| 5493 | (source | 5493 | (source |
| 5494 | (origin | 5494 | (origin |
| 5495 | (method git-fetch) | 5495 | (method git-fetch) |
| 5496 | (uri (git-reference | 5496 | (uri (git-reference |
| 5497 | (url "https://github.com/whyvl/wireproxy") | 5497 | (url "https://github.com/windtf/wireproxy") |
| 5498 | (commit (string-append "v" version)))) | 5498 | (commit (string-append "v" version)))) |
| 5499 | (file-name (git-file-name name version)) | 5499 | (file-name (git-file-name name version)) |
| 5500 | (sha256 | 5500 | (sha256 |
| 5501 | (base32 "0ypk9migx1l7xwcxr542pcdy8q2bm33wp03bqzgav0hp1fsrmi8p")))) | 5501 | (base32 "0nzs3xzvq3rhqg808qgazymmwdx9p3nw669wl3r5xclhvibbyla7")))) |
| 5502 | (build-system go-build-system) | 5502 | (build-system go-build-system) |
| 5503 | (arguments | 5503 | (arguments |
| 5504 | (list | 5504 | (list |
| 5505 | #:install-source? #f | 5505 | #:install-source? #f |
| 5506 | #:import-path "github.com/pufferffish/wireproxy/cmd/wireproxy" | 5506 | #:import-path "github.com/windtf/wireproxy/cmd/wireproxy" |
| 5507 | #:unpack-path "github.com/pufferffish/wireproxy" | 5507 | #:unpack-path "github.com/windtf/wireproxy" |
| 5508 | #:test-subdirs #~(list "../../..."))) ;to test the whole module | 5508 | #:test-subdirs #~(list "../../..."))) ;to test the whole module |
| 5509 | (native-inputs | 5509 | (native-inputs |
| 5510 | (list go-github-com-akamensky-argparse | 5510 | (list go-github-com-akamensky-argparse |
| @@ -5515,7 +5515,7 @@ and IP address registration information in JSON format over HTTP.") | |||
| 5515 | go-golang-org-x-net | 5515 | go-golang-org-x-net |
| 5516 | go-golang-zx2c4-com-wireguard | 5516 | go-golang-zx2c4-com-wireguard |
| 5517 | go-suah-dev-protect)) | 5517 | go-suah-dev-protect)) |
| 5518 | (home-page "https://github.com/whyvl/wireproxy") | 5518 | (home-page "https://github.com/windtf/wireproxy") |
| 5519 | (synopsis "Wireguard client that exposes itself as a socks5 proxy") | 5519 | (synopsis "Wireguard client that exposes itself as a socks5 proxy") |
| 5520 | (description | 5520 | (description |
| 5521 | "wireproxy is a completely userspace application that connects to a | 5521 | "wireproxy is a completely userspace application that connects to a |
