Merge pull request #312322 from sumnerevans/matrix-synapse-1.107

matrix-synapse-unwrapped: 1.106.0 -> 1.107.0
This commit is contained in:
Maximilian Bosch 2024-05-17 13:38:12 +00:00 committed by GitHub
commit 0fe38fb6f2
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.106.0";
version = "1.107.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-FnWYfFlzl6+K5dLhJ+mdphC6E6cA+HewGTUXakRHKEo=";
hash = "sha256-xT9DpBBLavI7QLuyqEtTyjHoP+pQ4wlNupJFWtppwh8=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-7X0lXiD+7irex8A3Tnfq65P6BinMje4Bc1MuCI3dSyg=";
hash = "sha256-bGRIzgFNHi/4jOWMTgwA7hVcvfHROHE+nnZtTPjwpmI=";
};
postPatch = ''