Merge pull request #184838 from sumnerevans/synapse-1.64

matrix-synapse: 1.63.1 -> 1.64.0
This commit is contained in:
Maximilian Bosch 2022-08-02 19:36:34 +02:00 committed by GitHub
commit 53fed955c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@ in
with python3.pkgs;
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.63.1";
version = "1.64.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-AjxvZye3bRjGT355eAnwuP2lvTU/RSnOPxxKqaUxN9g=";
sha256 = "sha256-hybl63hbhuUYnMi03z0Yp7L4n0x01z5uR8r5ZwHzgfI=";
};
buildInputs = [ openssl ];