Skip to content

Commit 907e98d

Browse files
authored
Merge: matrix-synapse: 1.128.0 -> 1.129.0 (#404839)
2 parents d81ee8d + eb57b3e commit 907e98d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ let
1818
in
1919
python3.pkgs.buildPythonApplication rec {
2020
pname = "matrix-synapse";
21-
version = "1.128.0";
21+
version = "1.129.0";
2222
format = "pyproject";
2323

2424
src = fetchFromGitHub {
2525
owner = "element-hq";
2626
repo = "synapse";
2727
rev = "v${version}";
28-
hash = "sha256-QgVx/9mZ3Do+42YwO8OtI2dcuckMX/xIaiBUi4HrK4Q=";
28+
hash = "sha256-JDaTFbRb2eNtzxZBLn8wOBEN5uJcInNrhFnGFZjI8is=";
2929
};
3030

3131
cargoDeps = rustPlatform.fetchCargoVendor {

0 commit comments

Comments
 (0)