[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: wireguard-linux-compat: Update to 1.0.20200520.
From: |
guix-commits |
Subject: |
01/06: gnu: wireguard-linux-compat: Update to 1.0.20200520. |
Date: |
Sun, 7 Jun 2020 14:08:32 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ce4b77cc2dfb17f604f0a006bcb65ce954f2fc13
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 7 02:37:21 2020 +0200
gnu: wireguard-linux-compat: Update to 1.0.20200520.
* gnu/packages/vpn.scm (wireguard-linux-compat): Update to 1.0.20200520.
---
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 e16ac81..a0aff7a 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -499,7 +499,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.20200401")
+ (version "1.0.20200520")
(source (origin
(method url-fetch)
(uri (string-append
"https://git.zx2c4.com/wireguard-linux-compat/"
@@ -507,7 +507,7 @@ The peer-to-peer VPN implements a Layer 2 (Ethernet)
network between the peers
".tar.xz"))
(sha256
(base32
- "0ymprz3h4b92wlcqm5k5vmcgap8pjv202bgkdx0axmp12n1lmyvx"))))
+ "1hvpbfpdd3v2k27ypa1y1j422irx7hxpz87f50s28jvkxx5sxrqn"))))
(build-system linux-module-build-system)
(outputs '("out"
"kernel-patch"))
- branch master updated (8d7efc7 -> c6f5576), guix-commits, 2020/06/07
- 03/06: gnu: libgit2: Update to 1.0.1., guix-commits, 2020/06/07
- 01/06: gnu: wireguard-linux-compat: Update to 1.0.20200520.,
guix-commits <=
- 04/06: gnu: python-mwclient: Update to 0.10.1., guix-commits, 2020/06/07
- 06/06: gnu: docker, docker-cli: Update to 19.03.11., guix-commits, 2020/06/07
- 02/06: gnu: s6-portable-utils: Update to 2.2.2.3., guix-commits, 2020/06/07
- 05/06: gnu: qwt: Update to 6.1.5., guix-commits, 2020/06/07