matrix-synapse: 1.70.0 -> 1.70.1

ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.70.1
This commit is contained in:
Maximilian Bosch 2022-10-28 15:37:39 +02:00
parent 38164d1660
commit 9173f1c5b4
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A

View File

@ -11,20 +11,20 @@ in
with python3.pkgs;
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.70.0";
version = "1.70.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "synapse";
rev = "v${version}";
hash = "sha256-SkPQPkSF6cppCS58e7wtkBh4nIFekt1O7qbpA6T0lEk=";
hash = "sha256-/clEY3sabaDEOAAowQ896vYOvzf5Teevoa7ZkzWw+fY=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-ucfk2rWU4k9kDIBgbOgp+3ORog/66FgZ90qxF33IuC4=";
hash = "sha256-9wxWxrn+uPcz60710DROhDqNC6FvTtnqzWiWRk8kl6A=";
};
postPatch = ''