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:
Sharlatan Hellseher 2025-08-24 22:19:01 +01:00 committed by Artyom V. Poptsov
parent 345a77b90e
commit d752d63a8c
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -12754,7 +12754,7 @@ the standard @code{context} package to store request-scoped values.")
(define-public go-golang-zx2c4-com-wireguard
(package
(name "go-golang-zx2c4-com-wireguard")
(version "0.0.0-20231211153847-12269c276173")
(version "0.0.0-20250521234502-f333402bd9cb")
(source
(origin
(method git-fetch)
@ -12766,7 +12766,7 @@ the standard @code{context} package to store request-scoped values.")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1fbc6m0ahifhrd6jdrpdxi8l3b2slpp8fmv20kpq2yzz19vzzgkf"))))
(base32 "1h4rmdvssk939gk31f0sfwa1yaks72zk8rkcs7fj3qcvl8sgq6hr"))))
(build-system go-build-system)
(arguments
(list
@ -12792,7 +12792,8 @@ the standard @code{context} package to store request-scoped values.")
(propagated-inputs
(list go-golang-org-x-crypto
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")
(synopsis "Implementation of WireGuard in Go")
(description "This package is a Go Implementation of WireGuard.")