ngrok-2: set updateScript

This commit is contained in:
Bob van der Linden 2019-03-19 20:03:41 +01:00
parent acedabeff7
commit b1bfe7b478
No known key found for this signature in database
GPG key ID: 2A90361F99CF1795

View file

@ -32,6 +32,8 @@ stdenv.mkDerivation {
install -D ngrok $out/bin/ngrok
'';
passthru.updateScript = ./update.sh;
meta = {
description = "ngrok";
longDescription = ''