ngrok-2: set updateScript
This commit is contained in:
parent
acedabeff7
commit
b1bfe7b478
|
@ -32,6 +32,8 @@ stdenv.mkDerivation {
|
|||
install -D ngrok $out/bin/ngrok
|
||||
'';
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = {
|
||||
description = "ngrok";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in New Issue