Merge pull request #147116 from eyJhb/matrix-synapse-1-47-1

matrix-synapse: 1.47.0 -> 1.47.1

authored by Maximilian Bosch and committed by GitHub c70341a4 c6e22b59

+2 -2
+2 -2
pkgs/servers/matrix-synapse/default.nix
··· 11 11 with python3.pkgs; 12 12 buildPythonApplication rec { 13 13 pname = "matrix-synapse"; 14 - version = "1.47.0"; 14 + version = "1.47.1"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "sha256-SS7ETkYQ3XBihOA6TQp+6f0PNhhlUvMBR6fEYmiLT3k="; 18 + sha256 = "sha256-ldk14yMaFZ1uegiTwB6txomGJTV1Gf/LqJyWJARmhJ4="; 19 19 }; 20 20 21 21 patches = [