mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-zx2c4-com-wireguard: Fix downloading source.
* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard)[source]: Adjust commit string in git-reference.
This commit is contained in:
parent
e0755470f8
commit
d19e646c83
1 changed files with 1 additions and 1 deletions
|
@ -8152,7 +8152,7 @@ JSON data to the machine.")
|
||||||
;; 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 (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue