mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.0-20231211153847-12269c276173.
* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to 0.0.0-20231211153847-12269c276173. Change-Id: I06d512c76ff79e154d6878e8430b0e263261e5a0 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
ea8320c145
commit
6006887752
1 changed files with 3 additions and 3 deletions
|
@ -7217,7 +7217,7 @@ (define-public go-github-com-gologme-log
|
|||
(define-public go-golang-zx2c4-com-wireguard
|
||||
(package
|
||||
(name "go-golang-zx2c4-com-wireguard")
|
||||
(version "0.0.20211016")
|
||||
(version "0.0.0-20231211153847-12269c276173")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -7226,11 +7226,11 @@ (define-public go-golang-zx2c4-com-wireguard
|
|||
;; source: golang.zx2c4.com/wireguard
|
||||
(uri (git-reference
|
||||
(url "https://git.zx2c4.com/wireguard-go/")
|
||||
(commit version)))
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
|
||||
"1fbc6m0ahifhrd6jdrpdxi8l3b2slpp8fmv20kpq2yzz19vzzgkf"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(;; XXX: Failed on newer version of Golang, the recent release requires
|
||||
|
|
Loading…
Reference in a new issue