Skip to content

Commit

Permalink
Merge pull request #238845 from NixOS/backport-238794-to-release-23.05
Browse files Browse the repository at this point in the history
[Backport release-23.05] matrix-synapse: 1.85.2 -> 1.86.0
  • Loading branch information
NickCao authored Jun 21, 2023
2 parents 8aaec6e + fd8a970 commit 367a9c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/matrix-synapse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ in
with python3.pkgs;
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.85.2";
version = "1.86.0";
format = "pyproject";

src = fetchFromGitHub {
owner = "matrix-org";
repo = "synapse";
rev = "v${version}";
hash = "sha256-pFafBsisBPfpDnFYWcimUuBgfFVPZzLna3yHeqIBAAE=";
hash = "sha256-vSNAISWTTT3IAeA8hxQhQNp9T3soey4vgh7v+BxI+K0=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-dnno+5Ma0YNYpmj3oZ5UG22uAanKwVT67BwQW+mHoFc=";
hash = "sha256-lPLhh5FkxpBUQ5UH6eAfUIyGvHIcZHmbYBT5QUW/W4k=";
};

postPatch = ''
Expand Down

0 comments on commit 367a9c7

Please sign in to comment.