Unverified Commit 0fe38fb6 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

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

matrix-synapse-unwrapped: 1.106.0 -> 1.107.0
parents 805191d9 1d76eb0f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = ''