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

matrix-synapse: 1.49.0 -> 1.49.2
This commit is contained in:
Ryan Mulligan 2021-12-23 15:07:09 -08:00 committed by GitHub
commit 8fa8e1daae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@ in
with python3.pkgs;
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.49.0";
version = "1.49.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-vvLcRy2qt/qOgKkQpj2eHP4691OX0AW58dD3EecluZM=";
sha256 = "7b795ecfc36e3f57eb7cffbc5ef9da1745b777536416c31509b3e6220c39ca4d";
};
buildInputs = [ openssl ];