summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-24 02:17:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-24 04:32:48 +0200
commitf4ba46a2dfc7135a0563d11b167a9dd83fabb14b (patch)
tree2b28773c7a211deb4bd35bfa5f12aa9adc18283e /gnu/packages
parent29f61501f309a719be91a47fd43872437435cd1a (diff)
gnu: wireguard-tools: Update to 1.0.20200820.
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20200820.
Diffstat (limited to 'gnu/packages')
-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 65cf5bd355..ca7454a338 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -555,7 +555,7 @@ WireGuard was added to Linux 5.6.")
(define-public wireguard-tools
(package
(name "wireguard-tools")
- (version "1.0.20200513")
+ (version "1.0.20200820")
(source
(origin
(method git-fetch)
@@ -564,7 +564,7 @@ WireGuard was added to Linux 5.6.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1yk8hng0qw2rf76hnawjbdpjssmah88bd5fk20h1c0j1yazlx0a9"))))
+ (base32 "1n8gxms0hmialm5zgh51bhbrl4fndxfc9vfwj20grp9fr7r6vzc4"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags