Merge pull request #136298 from NixOS/backport-136296-to-release-21.05

[Backport release-21.05] matrix-synapse: 1.41.0 -> 1.41.1
This commit is contained in:
Maximilian Bosch 2021-08-31 17:43:56 +02:00 committed by GitHub
commit 4b7e51865e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,11 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.41.0";
version = "1.41.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-KLsTr8dKp8k7TcrC598ApDib7P0m9evmfdl8jbsZLdc=";
sha256 = "1vaym6mxnwg2xdqjcigi2sb0kkdi0ly5d5ghakfsysxcfn08d1z8";
};
patches = [