wireguard-go: add updateScript

This commit is contained in:
Florian Klink
2019-06-01 23:06:38 +02:00
parent f3ce2151db
commit 24818b25b0
2 changed files with 16 additions and 0 deletions
@@ -13,6 +13,8 @@ buildGoPackage rec {
goDeps = ./deps.nix;
passthru.updateScript = ./update.sh;
meta = with stdenv.lib; {
description = "Userspace Go implementation of WireGuard";
homepage = https://git.zx2c4.com/wireguard-go/about/;