Merge pull request #187074 from r-ryantm/auto-update/matrix-synapse

matrix-synapse: 1.64.0 -> 1.65.0
This commit is contained in:
Maximilian Bosch
2022-08-17 11:16:38 +02:00
committed by GitHub
+2 -2
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 ];