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 with python3.pkgs; 12 buildPythonApplication rec { 13 pname = "matrix-synapse"; 14 - version = "1.47.0"; 15 16 src = fetchPypi { 17 inherit pname version; 18 - sha256 = "sha256-SS7ETkYQ3XBihOA6TQp+6f0PNhhlUvMBR6fEYmiLT3k="; 19 }; 20 21 patches = [
··· 11 with python3.pkgs; 12 buildPythonApplication rec { 13 pname = "matrix-synapse"; 14 + version = "1.47.1"; 15 16 src = fetchPypi { 17 inherit pname version; 18 + sha256 = "sha256-ldk14yMaFZ1uegiTwB6txomGJTV1Gf/LqJyWJARmhJ4="; 19 }; 20 21 patches = [