3
0
Fork 0
forked from mirrors/nixpkgs

matrix-synapse: 1.61.0 -> 1.61.1

ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.61.1
This commit is contained in:
Maximilian Bosch 2022-06-28 16:26:35 +02:00
parent 4fe8d07066
commit 89d1b48eb5
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

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