mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02: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 @@ additions.")
|
||||||
(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.20211016")
|
(version "0.0.0-20231211153847-12269c276173")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7226,11 +7226,11 @@ additions.")
|
||||||
;; source: golang.zx2c4.com/wireguard
|
;; source: golang.zx2c4.com/wireguard
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.zx2c4.com/wireguard-go/")
|
(url "https://git.zx2c4.com/wireguard-go/")
|
||||||
(commit version)))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
|
"1fbc6m0ahifhrd6jdrpdxi8l3b2slpp8fmv20kpq2yzz19vzzgkf"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; XXX: Failed on newer version of Golang, the recent release requires
|
'(;; XXX: Failed on newer version of Golang, the recent release requires
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue