Skip to content

Commit

Permalink
Merge pull request #308076 from NixOS/backport-308010-to-release-23.11
Browse files Browse the repository at this point in the history
[Backport release-23.11] matrix-synapse-unwrapped: 1.105.1 -> 1.106.0
  • Loading branch information
NickCao authored Apr 30, 2024
2 parents d9887d3 + 7dc71d5 commit f7ae108
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 @@ -17,20 +17,20 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.105.1";
version = "1.106.0";
format = "pyproject";

src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-sul9wz9NXz87ZIbvSHWYQabTW/PlwAJJ2keaO0NbHHU=";
hash = "sha256-FnWYfFlzl6+K5dLhJ+mdphC6E6cA+HewGTUXakRHKEo=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-Cp1Bnf96invtmYayGfBVGwxW2jk/nRVCzueubd9HIG4=";
hash = "sha256-7X0lXiD+7irex8A3Tnfq65P6BinMje4Bc1MuCI3dSyg=";
};

postPatch = ''
Expand Down

0 comments on commit f7ae108

Please sign in to comment.