cmctl: set passthru.updateScript option

Set passthru.updateScript option to point to `update.sh`. This should
correctly now update cmctl automatically.

Signed-off-by: joshvanl <me@joshvanl.dev>
This commit is contained in:
joshvanl
2022-10-24 20:33:06 -04:00
committed by Winter
parent eb8bbdc773
commit 1206839ce9
@@ -33,6 +33,8 @@ buildGoModule rec {
--zsh <($out/bin/cmctl completion zsh)
'';
passthru.updateScript = ./update.sh;
meta = with lib; {
description = "A CLI tool for managing cert-manager service on Kubernetes clusters";
longDescription = ''