summary refs log tree commit diff
path: root/gnu/packages/vpn.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-13 00:55:18 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-13 01:00:30 +0100
commitfab02edde013437cde293bcd8f5dba553535c0fb (patch)
treeb3ce425ae2cb6bb28fdc640e076adfd74ca51a2f /gnu/packages/vpn.scm
parentdeb8853243e115112baff5325b4b137c1d0890b4 (diff)
downloadguix-fab02edde013437cde293bcd8f5dba553535c0fb.tar.gz
gnu: wireguard-tools: Update to 1.0.20210223.
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20210223.
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 f18dc6760c..2ea04acaa2 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.20200827")
+    (version "1.0.20210223")
     (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 "1h351hn531z6z85sx9ya27xjz1jszgn1pkwibacjj49mds15f7gn"))))
+        (base32 "1pz7rir7bzj7rv1lqy45pqnr6jxsb4war31f9492757fql7kcrf4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags