summaryrefslogtreecommitdiff
path: root/gnu/packages/vpn.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-01 17:38:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-01 17:39:37 +0200
commiteeaeac23549597cec0d445bafc4e9f94f79910c3 (patch)
treee57a260bb7e6404f455331b400a13f53a21802d6 /gnu/packages/vpn.scm
parent27b9fe86b1baabb6520647633baa137df49c68b5 (diff)
downloadguix-patches-eeaeac23549597cec0d445bafc4e9f94f79910c3.tar
guix-patches-eeaeac23549597cec0d445bafc4e9f94f79910c3.tar.gz
gnu: wireguard-tools: Update to 1.0.20200513.
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20200513.
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 dbfd11626a..0f0157806c 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -551,7 +551,7 @@ WireGuard was added to Linux 5.6.")
(define-public wireguard-tools
(package
(name "wireguard-tools")
- (version "1.0.20200206")
+ (version "1.0.20200513")
(source
(origin
(method git-fetch)
@@ -560,7 +560,7 @@ WireGuard was added to Linux 5.6.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ivc08lds5w39a6f2xdfih9wlk5g724hl3kpdvxvh5yff4l84qb7"))))
+ (base32 "1yk8hng0qw2rf76hnawjbdpjssmah88bd5fk20h1c0j1yazlx0a9"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags