Skip to content

Commit db5c622

Browse files
authored
Merge: matrix-synapse: 1.130.0 -> 1.131.0 (#413629)
2 parents bd1c971 + 9b9b529 commit db5c622

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ let
1717
in
1818
python3.pkgs.buildPythonApplication rec {
1919
pname = "matrix-synapse";
20-
version = "1.130.0";
20+
version = "1.131.0";
2121
format = "pyproject";
2222

2323
src = fetchFromGitHub {
2424
owner = "element-hq";
2525
repo = "synapse";
2626
rev = "v${version}";
27-
hash = "sha256-/rPVJvIJfPMV+8hMenNF2dJzgemhaD2Z+/G4+6d7r1k=";
27+
hash = "sha256-nXDVkuV5GCk0Lp4LfyiModKdO30PJ40B5mXdm5tMHQo=";
2828
};
2929

3030
cargoDeps = rustPlatform.fetchCargoVendor {
3131
inherit pname version src;
32-
hash = "sha256-Gq3QvQSRfxRovzuvdboLCheNuMW58GFO9x2N2os+p38=";
32+
hash = "sha256-9VJnn8aPkShqK2wYGFr+S5koIjma7VOr+LkLXwStL1E=";
3333
};
3434

3535
postPatch = ''

0 commit comments

Comments
 (0)