mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: wireguard-tools: Update to 1.0.20210315.
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20210315.
This commit is contained in:
parent
ed4899968a
commit
d9429a1a80
1 changed files with 2 additions and 2 deletions
|
@ -683,7 +683,7 @@ (define-public wireguard-linux-compat
|
||||||
(define-public wireguard-tools
|
(define-public wireguard-tools
|
||||||
(package
|
(package
|
||||||
(name "wireguard-tools")
|
(name "wireguard-tools")
|
||||||
(version "1.0.20210223")
|
(version "1.0.20210315")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -692,7 +692,7 @@ (define-public wireguard-tools
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1pz7rir7bzj7rv1lqy45pqnr6jxsb4war31f9492757fql7kcrf4"))))
|
(base32 "1an5gm2dv111n3fylbrnyynxmi2d3iwf2b46zq08hc54kzazxcml"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Loading…
Reference in a new issue