Commit cd927bba authored by Martin Joerg's avatar Martin Joerg
Browse files

magic-wormhole: add updateScript

parent 06ca2caa
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@
  magic-wormhole-transit-relay,
  magic-wormhole-mailbox-server,
  pytestCheckHook,

  gitUpdater,
}:

buildPythonPackage rec {
@@ -112,6 +114,8 @@ buildPythonPackage rec {
      --zsh wormhole_complete.zsh
  '';

  passthru.updateScript = gitUpdater { };

  meta = {
    changelog = "https://github.com/magic-wormhole/magic-wormhole/blob/${version}/NEWS.md";
    description = "Securely transfer data between computers";