Merge release-21.05 into staging-next-21.05

This commit is contained in:
github-actions[bot]
2021-07-01 18:02:09 +00:00
committed by GitHub
4 changed files with 19 additions and 7 deletions
+2 -2
View File
@@ -12,11 +12,11 @@ let
in
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.37.0";
version = "1.37.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-BWGbfDBB1jX0PJSR8WCZE3FE1pDs0fRg8/fML3FsJHA=";
sha256 = "sha256-KxDHJrKm/QUZtOzI6MEpIUb4hTtxtIPLFuD1as3j4EA=";
};
patches = [