matrix-synapse-unwrapped: 1.115.0 -> 1.116.0

Diff: https://github.com/element-hq/synapse/compare/v1.115.0...v1.116.0

Changelog: https://github.com/element-hq/synapse/releases/tag/v1.116.0
This commit is contained in:
Guanran Wang
2024-10-01 21:10:28 +08:00
parent 25fe330bc9
commit d07be430be

View File

@@ -17,20 +17,20 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.115.0";
version = "1.116.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-R7TAuAdEGvk/cAttxbrOZkZfsfbrsPujt0zVcp3aDZQ=";
hash = "sha256-TDVqRdp723zq57rb5ZFIX8lqA5D2p9akqNXvoJXSIKg=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-h84Hp+vhGfunbD3nRb1EXPnGhnMXncjk3ASKdRr805Y=";
hash = "sha256-GSl4B2EVENspJsQ9jVh+gPJaRlCZwaPStjz5ALSzj/U=";
};
postPatch = ''