From 15c92a652f33064799fea72718cf288607be76cb Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Wed, 3 Jul 2019 13:37:31 +0200 Subject: gnu: wireguard: Update to 0.0.20190702. * gnu/packages/vpn.scm (wireguard): Update to 0.0.20190702. --- gnu/packages/vpn.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index fdcd4521e8..c7046b7f50 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.20190601") + (version "0.0.20190702") (source (origin (method url-fetch) (uri (string-append "https://git.zx2c4.com/WireGuard/snapshot/" "WireGuard-" version ".tar.xz")) (sha256 (base32 - "0s2mys78whsr0yw045a132iqx6nfy3c6hppiskbln5x04hc4ca3m")))) + "1b5s1ncwqxdgb0c6cd07x4ynnj6cpbiqp4bxqir7mm5bf6y124qs")))) (build-system gnu-build-system) (outputs '("out" ; The WireGuard userspace tools "kernel-patch")) ; A patch to build Linux with WireGuard support -- cgit v1.2.3 cm'>logtreecommitdiff
path: root/gnu/installer/newt.scm
AgeCommit message (Expand)Author
2020-11-07installer: Limit listbox height....Mathieu Othacehe
2020-09-21installer: Rename RUN-PARTIONING-PAGE....Tobias Geerinckx-Rice
2020-04-08installer: Turn help menu into parameters menu....Mathieu Othacehe
2020-04-06installer: Add a help page....Mathieu Othacehe
2019-01-17installer: Clear screen upon exit....Mathieu Othacehe
2019-01-17installer: Display an eventual backtrace in a page....Mathieu Othacehe
2019-01-17installer: Add partitioning support....Mathieu Othacehe
2019-01-17installer: Add services page....Mathieu Othacehe
2019-01-17installer: Do not ask for keyboard model....Mathieu Othacehe
2019-01-17installer: Add configuration formatter....Mathieu Othacehe
2019-01-17installer: Move everything to the build side....Mathieu Othacehe
2019-01-17installer: newt: Locate the logo within local-file....Mathieu Othacehe
2019-01-17installer: newt: Use scheme-modules* instead of scheme-modules....Mathieu Othacehe
2019-01-17gnu: Add graphical installer support....Mathieu Othacehe