guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: wireguard: Update to 0.0.20190406.


From: guix-commits
Subject: 01/01: gnu: wireguard: Update to 0.0.20190406.
Date: Mon, 8 Apr 2019 02:49:44 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit bf71ac09e5a1a4b20236f3952163ff0d441913ff
Author: Rutger Helling <address@hidden>
Date:   Mon Apr 8 08:47:41 2019 +0200

    gnu: wireguard: Update to 0.0.20190406.
    
    * gnu/packages/vpn.scm (wireguard): Update to 0.0.20190406.
---
 gnu/packages/vpn.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 99edf3d..bfe5b87 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -456,14 +456,14 @@ The peer-to-peer VPN implements a Layer 2 (Ethernet) 
network between the peers
 (define-public wireguard
   (package
     (name "wireguard")
-    (version "0.0.20190227")
+    (version "0.0.20190406")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://git.zx2c4.com/WireGuard/snapshot/";
                                   "WireGuard-" version ".tar.xz"))
               (sha256
                (base32
-                "0ybzycpjjidyiz88kkh67abvp3y30f34252dwpgf3ncj4vyjdnzw"))))
+                "0ns1s31mfkj7nmapsnx126rj7xlydv7jv8infx5fg58byynz61ig"))))
     (build-system gnu-build-system)
     (outputs '("out" ; The WireGuard userspace tools
                "kernel-patch")) ; A patch to build Linux with WireGuard support



reply via email to

[Prev in Thread] Current Thread [Next in Thread]