matrix-synapse: 1.111.0 -> 1.112.0

https://github.com/element-hq/synapse/releases/tag/v1.112.0
This commit is contained in:
teutat3s 2024-07-31 00:11:58 +02:00
parent b73c2221a4
commit 2e663d5b97
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -17,20 +17,20 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.111.0";
version = "1.112.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-CgoJJK2pqkHU8X6oisY19uN6zyjGL8W3irTsraFOYQM=";
hash = "sha256-8iXw9C91kPWDlzo/3AA/iVCQqq47eGSORMTzEQTTS+8=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-uKyy2m3bvo6U++Qx6t7maeIp84QfMzslPGV1so4ZT3U=";
hash = "sha256-hx/IMOxk4vUHXMMIcnxnC3RJcIvJL+IooZnf+m+VKSs=";
};
postPatch = ''