meshcentral: add updateScript to expression

+2
+2
pkgs/tools/admin/meshcentral/default.nix
··· 28 29 publishBinsFor = [ ]; 30 31 meta = with lib; { 32 description = "Computer management web app"; 33 homepage = "https://meshcentral.com/info/";
··· 28 29 publishBinsFor = [ ]; 30 31 + passthru.updateScript = ./update.sh; 32 + 33 meta = with lib; { 34 description = "Computer management web app"; 35 homepage = "https://meshcentral.com/info/";