Unverified Commit eb57b3e1 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

matrix-synapse: 1.128.0 -> 1.129.0

parent 8fcc7145
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@ let
in
python3.pkgs.buildPythonApplication rec {
  pname = "matrix-synapse";
  version = "1.128.0";
  version = "1.129.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "element-hq";
    repo = "synapse";
    rev = "v${version}";
    hash = "sha256-QgVx/9mZ3Do+42YwO8OtI2dcuckMX/xIaiBUi4HrK4Q=";
    hash = "sha256-JDaTFbRb2eNtzxZBLn8wOBEN5uJcInNrhFnGFZjI8is=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {