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

Merge pull request #254761 from SuperSandro2000/matrix-synapse-unwrapped

matrix-synapse-unwrapped: 1.91.2 -> 1.92.1
parents 3f318d7c b000de6a
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 = ''