wireguard-tools: add updateScript

This commit is contained in:
Florian Klink
2019-06-01 22:17:25 +02:00
parent b7d1bd8efb
commit f3ce2151db
2 changed files with 9 additions and 0 deletions
@@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
done
'';
passthru.updateScript = ./update.sh;
meta = with stdenv.lib; {
description = "Tools for the WireGuard secure network tunnel";
downloadPage = https://git.zx2c4.com/WireGuard/refs/;