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

Merge pull request #216319 from sumnerevans/matrix-synapse-1.77

matrix-synapse: 1.76.0 -> 1.77.0
parents e8368050 84bb907e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,20 +12,20 @@ in
with python3.pkgs;
buildPythonApplication rec {
  pname = "matrix-synapse";
  version = "1.76.0";
  version = "1.77.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "matrix-org";
    repo = "synapse";
    rev = "v${version}";
    hash = "sha256-kPc6T8yLe1TDxPKLnK/TcU+RUxAVIq8qsr5JQXCXyjM=";
    hash = "sha256-//1BTiNH3n2eNjwOADb1OB7xp5QsH6arV5Pg3B7y3r0=";
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit src;
    name = "${pname}-${version}";
    hash = "sha256-tXtnVYH9uWu0nHHx53PgML92NWl3qcAcnFKhiijvQBc=";
    hash = "sha256-B9Z+7VtbbX/S01aaMFHgXH60sg8Lmwku2XPRnpMpwjo=";
  };

  postPatch = ''