diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-30 04:19:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-30 04:52:09 +0200 |
commit | f0117fcdc43e4b91b40d3b00d91b4901ee94e1ec (patch) | |
tree | f69d886a2f3f8b47531224cde26aed7a03973b95 /gnu/packages/vpn.scm | |
parent | c8046d1b229f311ad28baa6250f7aadc84e7b2eb (diff) |
gnu: wireguard-tools: Update to 1.0.20200827.
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20200827.
Diffstat (limited to 'gnu/packages/vpn.scm')
-rw-r--r-- | gnu/packages/vpn.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 2378e4ff2e..5bd59e91d2 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -556,7 +556,7 @@ WireGuard was added to Linux 5.6.") (define-public wireguard-tools (package (name "wireguard-tools") - (version "1.0.20200820") + (version "1.0.20200827") (source (origin (method git-fetch) @@ -565,7 +565,7 @@ WireGuard was added to Linux 5.6.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1n8gxms0hmialm5zgh51bhbrl4fndxfc9vfwj20grp9fr7r6vzc4")))) + (base32 "1h351hn531z6z85sx9ya27xjz1jszgn1pkwibacjj49mds15f7gn")))) (build-system gnu-build-system) (arguments `(#:make-flags |