Merge pull request #205396 from r-ryantm/auto-update/matrix-synapse-tools.synadm

matrix-synapse-tools.synadm: 0.37.1 -> 0.38

authored by

Weijia Wang and committed by
GitHub
3476d228 a917f0b5

+2 -2
+2 -2
pkgs/servers/matrix-synapse/tools/synadm.nix
··· 4 4 5 5 with python3Packages; buildPythonApplication rec { 6 6 pname = "synadm"; 7 - version = "0.37.1"; 7 + version = "0.38"; 8 8 format = "setuptools"; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "sha256-6RlgPiYxbnTGJBpNIM1dzAuGTbvydnXkfywSsI0G/oc="; 12 + sha256 = "sha256-l1KRUnjzj1/MEb1nxV6hMaxi15q7baG+iiK2yatZYRc="; 13 13 }; 14 14 15 15 postPatch = ''