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

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