Unverified Commit 96e7d9fa authored by Sumner Evans's avatar Sumner Evans
Browse files

matrix-synapse: 1.75.0 -> 1.76.0



Signed-off-by: default avatarSumner Evans <me@sumnerevans.com>
parent 50e4dbf3
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.75.0";
  version = "1.76.0";
  format = "pyproject";

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

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

  postPatch = ''