Merge pull request #134344 from NixOS/backport-132559-to-release-21.05

[Backport release-21.05] matrix-synapse: 1.39.0 -> 1.40.0
This commit is contained in:
Maximilian Bosch
2021-08-24 19:02:50 +02:00
committed by GitHub
3 changed files with 36 additions and 27 deletions
+3 -4
View File
@@ -24,16 +24,15 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.39.0";
version = "1.40.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-dErfNHDUo0yGLbrRQdwbNkMVfnMfbrO3f7bsRwgRQMM=";
sha256 = "sha256-5RCeKTAtuFERQSoz4WinGz36tMuKtijnupPR/X02hCU=";
};
patches = [
# adds an entry point for the service
./homeserver-script.patch
./0001-setup-add-homeserver-as-console-script.patch
];
buildInputs = [ openssl ];