matrix-synapse.tools.synadm: Add update script

The r-ryantm bot tries to update the package, but fails to do so, unless
we provide an update script.

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
This commit is contained in:
IndeedNotJames 2023-05-02 13:12:58 +02:00 committed by Martin Weinelt
parent 2ad790a0c1
commit 1d0be9841b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -1,4 +1,5 @@
{ lib
, nix-update-script
, python3
}:
@ -28,6 +29,8 @@ python3.pkgs.buildPythonApplication rec {
runHook postCheck
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Command line admin tool for Synapse";
longDescription = ''