Unverified Commit b000de6a authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files
parent 3f82b3c9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,20 +16,20 @@ let
in
python3.pkgs.buildPythonApplication rec {
  pname = "matrix-synapse";
  version = "1.91.2";
  version = "1.92.1";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "matrix-org";
    repo = "synapse";
    rev = "v${version}";
    hash = "sha256-U9SyDmO34s9PjLPnT1QYemGeCmKdXRaQvEC8KKcFXOI=";
    hash = "sha256-rCxoYtdvh+Gu0O2T3uu0k2FFFFc7m09LuKJvkSky3M4=";
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit src;
    name = "${pname}-${version}";
    hash = "sha256-q3uoT2O/oTVSg6olZohU8tiWahijyva+1tm4e1GWGj4=";
    hash = "sha256-yZeCENWdPv80Na1++/IQFOrhah/VHWwJDNV2dI/yTHg=";
  };

  postPatch = ''