matrix-synapse: 1.64.0 -> 1.65.0

This commit is contained in:
R. Ryantm 2022-08-17 07:35:57 +00:00
parent 04c142749c
commit f4eec8f9ae

View file

@ -11,11 +11,11 @@ in
with python3.pkgs;
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.64.0";
version = "1.65.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-hybl63hbhuUYnMi03z0Yp7L4n0x01z5uR8r5ZwHzgfI=";
sha256 = "sha256-Kn5o6RKR3mMHvACPiMvIGKmjkAwdjcw6EY6MJXKKeAE=";
};
buildInputs = [ openssl ];