Merge pull request #122589 from Ma27/bump-matrix-synapse

matrix-synapse: 1.33.1 -> 1.33.2
This commit is contained in:
Maximilian Bosch 2021-05-12 10:34:44 +02:00 committed by GitHub
commit 03db1757fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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