Skip to content

Commit 53dc9e8

Browse files
committed
1 parent 2d72eaf commit 53dc9e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/servers/matrix-synapse/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ let
99
in
1010
buildPythonApplication rec {
1111
pname = "matrix-synapse";
12-
version = "1.18.0";
12+
version = "1.19.0";
1313

1414
src = fetchPypi {
1515
inherit pname version;
16-
sha256 = "0bqacma2ip0l053rfvxznbixs2rmb2dawqi2jq2zbqk5jqxhpaxi";
16+
sha256 = "1fl9p0cb442271hx7zjz8vp111xgvdpn4khk8bk3kl8z9hjs2l1p";
1717
};
1818

1919
patches = [

0 commit comments

Comments
 (0)