guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: wireguard-linux-compat: Update to 1.0.20200623.


From: guix-commits
Subject: 04/05: gnu: wireguard-linux-compat: Update to 1.0.20200623.
Date: Mon, 29 Jun 2020 19:50:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d5255a4fda775c439e9d188a3fa0f37cc95c330c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 30 01:49:41 2020 +0200

    gnu: wireguard-linux-compat: Update to 1.0.20200623.
    
    * gnu/packages/vpn.scm (wireguard-linux-compat): Update to 1.0.20200623.
---
 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 e6a2f42..ed9be6c 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -501,7 +501,7 @@ The peer-to-peer VPN implements a Layer 2 (Ethernet) 
network between the peers
 (define-public wireguard-linux-compat
   (package
     (name "wireguard-linux-compat")
-    (version "1.0.20200520")
+    (version "1.0.20200623")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://git.zx2c4.com/wireguard-linux-compat/";
@@ -509,7 +509,7 @@ The peer-to-peer VPN implements a Layer 2 (Ethernet) 
network between the peers
                                   ".tar.xz"))
               (sha256
                (base32
-                "1hvpbfpdd3v2k27ypa1y1j422irx7hxpz87f50s28jvkxx5sxrqn"))))
+                "0iclixsqfckaz6kz6a4lhzdary3xhfy1d0pz0pgrwy8m8mr3f28k"))))
     (build-system linux-module-build-system)
     (outputs '("out"
                "kernel-patch"))



reply via email to

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