matrix-synapse: 1.33.0 -> 1.33.1

ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.33.1
This commit is contained in:
Maximilian Bosch 2021-05-06 15:51:36 +02:00
parent cf7192dcec
commit c5e207c277
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -12,11 +12,11 @@ let
in in
buildPythonApplication rec { buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.33.0"; version = "1.33.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-CjXT//yaBFeJwWayWZP2WKHh2yxvy9YkudLUutaTz3c="; sha256 = "sha256-kH5HhkfUL+WzcX/0pK0dV1bI34TpmgRpx3m/UchdAEE=";
}; };
patches = [ patches = [