magic-wormhole: add updateScript

This commit is contained in:
Martin Joerg
2025-06-08 13:53:29 +00:00
parent 06ca2caa63
commit cd927bba62
@@ -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";