Unverified Commit df93f457 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #211250 from sumnerevans/matrix-synapse-1.75

matrix-synapse: 1.74.0 -> 1.75.0
parents c28f3f4b b9b0d326
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,20 +11,20 @@ in
with python3.pkgs;
buildPythonApplication rec {
  pname = "matrix-synapse";
  version = "1.74.0";
  version = "1.75.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "matrix-org";
    repo = "synapse";
    rev = "v${version}";
    hash = "sha256-UsYodjykcLOgClHegqH598kPoGAI1Z8bLzV5LLE6yLg=";
    hash = "sha256-cfvekrZRLbdsUqkkPF8hz9B4qsum1kpIL0aCnJf3HYg=";
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit src;
    name = "${pname}-${version}";
    hash = "sha256-XOW9DRUhGIs8x5tQ9l2A85sNv736uMmfC72f8FX3g/I=";
    hash = "sha256-oyXgHqOrMKs+mYGAI4Wn+fuVQWsQJIkPwCY4t+cUlQ4=";
  };

  postPatch = ''