Merge pull request #324423 from sumnerevans/matrix-synapse-1.110

matrix-synapse-unwrapped: 1.109.0 -> 1.110.0
This commit is contained in:
Sandro 2024-07-05 10:12:36 +02:00 committed by GitHub
commit e9cfb29abb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,20 +32,20 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.109.0";
version = "1.110.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-AUaHgMKte1EIfI0EQm8YeQVtlXGTm+MZwq22WzYHGsE=";
hash = "sha256-DsDQgmHDU+iJ+00p1uch9Zj6lleDvdTQMy05hi8R9CM=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-KwRNn2Ypt87QRUTCsj00zsu6uQtP5MSuM6B2DemoFGs=";
hash = "sha256-J0JBp9pCP00Cjs6T4litjhY28mq0OJDBrRZVSQaS03w=";
};
postPatch = ''