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

matrix-synapse: 1.49.0 -> 1.49.2

authored by Ryan Mulligan and committed by GitHub 8fa8e1da 9a5181a6

+2 -2
+2 -2
pkgs/servers/matrix-synapse/default.nix
··· 11 with python3.pkgs; 12 buildPythonApplication rec { 13 pname = "matrix-synapse"; 14 - version = "1.49.0"; 15 16 src = fetchPypi { 17 inherit pname version; 18 - sha256 = "sha256-vvLcRy2qt/qOgKkQpj2eHP4691OX0AW58dD3EecluZM="; 19 }; 20 21 buildInputs = [ openssl ];
··· 11 with python3.pkgs; 12 buildPythonApplication rec { 13 pname = "matrix-synapse"; 14 + version = "1.49.2"; 15 16 src = fetchPypi { 17 inherit pname version; 18 + sha256 = "7b795ecfc36e3f57eb7cffbc5ef9da1745b777536416c31509b3e6220c39ca4d"; 19 }; 20 21 buildInputs = [ openssl ];