Merge pull request #177714 from NickCao/synapse

matrix-synapse: 1.60.0 -> 1.61.0
This commit is contained in:
Maximilian Bosch 2022-06-16 13:15:33 +02:00 committed by GitHub
commit af06b4057f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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