Skip to content

Commit

Permalink
matrix-synapse: 1.19.3 -> 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Sep 25, 2020
1 parent 807654c commit 631d92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/matrix-synapse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ let
in
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.19.3";
version = "1.20.1";

src = fetchPypi {
inherit pname version;
sha256 = "1r63gw9a4n2sd3520zadpn05zxfk45nqrgwxp3zky5nkyrh4qbys";
sha256 = "1sf36vwvy2f9jy6dldq6gqfmh60384i5j64s7yc131b4dp0n7lcw";
};

patches = [
Expand Down

0 comments on commit 631d92d

Please sign in to comment.