Skip to content

Commit

Permalink
Merge pull request #324507 from r-ryantm/auto-update/matrix-synapse-t…
Browse files Browse the repository at this point in the history
…ools.synadm

matrix-synapse-tools.synadm: 0.46 -> 0.46.1
  • Loading branch information
mweinelt authored Jul 4, 2024
2 parents b8a6b3f + 7a0e519 commit 1afc544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/matrix-synapse/tools/synadm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

python3.pkgs.buildPythonApplication rec {
pname = "synadm";
version = "0.46";
version = "0.46.1";
format = "setuptools";

src = fetchPypi {
inherit pname version;
hash = "sha256-Wz5ZpaDJIb7k5ZpvIUd/YGrLJwjDwRaS8Tb3FTd2kZU=";
hash = "sha256-EjV3zTd6VAemNS/mD19Caw9SQZW1qs4+07wRxfVq++g=";
};

propagatedBuildInputs = with python3.pkgs; [
Expand Down

0 comments on commit 1afc544

Please sign in to comment.