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

matrix-synapse: 1.142.0 -> 1.142.1 (#463435)

parents d82c45a9 6d13e9d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

python3Packages.buildPythonApplication rec {
  pname = "matrix-synapse";
  version = "1.142.0";
  version = "1.142.1";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "element-hq";
    repo = "synapse";
    rev = "v${version}";
    hash = "sha256-op5h8BpQjntA0dFp4MuT/BZmVjZ8TJ2dqijLmvXXfI4=";
    hash = "sha256-U/o7Ld9MjVO/QIIy+UyltfieR4CAdfN6dR6WWINoW40=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {