summaryrefslogtreecommitdiff
path: root/gnu/packages/vpn.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-28 22:37:43 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-29 00:17:48 +0200
commitd9429a1a804cf064b7e855f38eb6039cb090b6b7 (patch)
tree6c7dbad34b75c6aee3778f508007d28b5bfc2724 /gnu/packages/vpn.scm
parented4899968a514ed43732fbd72a15acdbb90f68a9 (diff)
downloadguix-patches-d9429a1a804cf064b7e855f38eb6039cb090b6b7.tar
guix-patches-d9429a1a804cf064b7e855f38eb6039cb090b6b7.tar.gz
gnu: wireguard-tools: Update to 1.0.20210315.
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20210315.
Diffstat (limited to 'gnu/packages/vpn.scm')
-rw-r--r--gnu/packages/vpn.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 2ea04acaa2..4eccd2c64f 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -683,7 +683,7 @@ WireGuard was added to Linux 5.6.")
(define-public wireguard-tools
(package
(name "wireguard-tools")
- (version "1.0.20210223")
+ (version "1.0.20210315")
(source
(origin
(method git-fetch)
@@ -692,7 +692,7 @@ WireGuard was added to Linux 5.6.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1pz7rir7bzj7rv1lqy45pqnr6jxsb4war31f9492757fql7kcrf4"))))
+ (base32 "1an5gm2dv111n3fylbrnyynxmi2d3iwf2b46zq08hc54kzazxcml"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags