Commit 36b8c67c authored by figsoda's avatar figsoda
Browse files

localtunnel: move updateScript to passthru

parent 4cddd527
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
    nodejs
  ];

  updateScript = nix-update-script { };
  passthru.updateScript = nix-update-script { };

  meta = {
    changelog = "https://github.com/localtunnel/localtunnel/blob/v${finalAttrs.version}/CHANGELOG.md";