mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: wireguard-tools: Update to 1.0.20210424.
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20210424.
This commit is contained in:
parent
19257ce954
commit
fecdc22ef8
1 changed files with 2 additions and 2 deletions
|
@ -677,7 +677,7 @@ (define-public wireguard-linux-compat
|
|||
(define-public wireguard-tools
|
||||
(package
|
||||
(name "wireguard-tools")
|
||||
(version "1.0.20210315")
|
||||
(version "1.0.20210424")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -686,7 +686,7 @@ (define-public wireguard-tools
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1an5gm2dv111n3fylbrnyynxmi2d3iwf2b46zq08hc54kzazxcml"))))
|
||||
(base32 "12v0ykaz7phv1gqin35wf6ndgb9819vai17ynjxssq00xwcbsq43"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
|
Loading…
Reference in a new issue