mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.0-20250521234502-f333402bd9cb.
* gnu/packages/golang-web.scm (go-golang-zx2c4-com-wireguard): Update to 0.0.0-20250521234502-f333402bd9cb. [propagated-inputs]: Add go-gvisor-dev-gvisor. Change-Id: I022f723c0ae28af1c321b5e245e57902e685c80e Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
This commit is contained in:
parent
345a77b90e
commit
d752d63a8c
1 changed files with 4 additions and 3 deletions
|
@ -12754,7 +12754,7 @@ the standard @code{context} package to store request-scoped values.")
|
||||||
(define-public go-golang-zx2c4-com-wireguard
|
(define-public go-golang-zx2c4-com-wireguard
|
||||||
(package
|
(package
|
||||||
(name "go-golang-zx2c4-com-wireguard")
|
(name "go-golang-zx2c4-com-wireguard")
|
||||||
(version "0.0.0-20231211153847-12269c276173")
|
(version "0.0.0-20250521234502-f333402bd9cb")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12766,7 +12766,7 @@ the standard @code{context} package to store request-scoped values.")
|
||||||
(commit (go-version->git-ref version))))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fbc6m0ahifhrd6jdrpdxi8l3b2slpp8fmv20kpq2yzz19vzzgkf"))))
|
(base32 "1h4rmdvssk939gk31f0sfwa1yaks72zk8rkcs7fj3qcvl8sgq6hr"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -12792,7 +12792,8 @@ the standard @code{context} package to store request-scoped values.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-golang-org-x-crypto
|
(list go-golang-org-x-crypto
|
||||||
go-golang-org-x-net
|
go-golang-org-x-net
|
||||||
go-golang-org-x-sys))
|
go-golang-org-x-sys
|
||||||
|
go-gvisor-dev-gvisor))
|
||||||
(home-page "https://git.zx2c4.com/wireguard")
|
(home-page "https://git.zx2c4.com/wireguard")
|
||||||
(synopsis "Implementation of WireGuard in Go")
|
(synopsis "Implementation of WireGuard in Go")
|
||||||
(description "This package is a Go Implementation of WireGuard.")
|
(description "This package is a Go Implementation of WireGuard.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue