matrix-synapse: 1.60.0 -> 1.61.0

This commit is contained in:
Nick Cao 2022-06-15 12:54:38 +08:00
parent 5b9c073332
commit 402807041a
No known key found for this signature in database
GPG key ID: 068A56CEF48FA2C1

View file

@ -11,11 +11,11 @@ in
with python3.pkgs;
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.60.0";
version = "1.61.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-sR+DZhpAkPpurPs6jSBVphYp12z8qulcQSl3ngcCrcs=";
sha256 = "sha256-tEYvbR7uQe7WLtkYt0xXFGLu8w4q8bhf9HqDbGXF+T8=";
};
buildInputs = [ openssl ];