Skip to content

Commit

Permalink
matrix-synapse: 1.2.1 -> 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mguentner committed Aug 18, 2019
1 parent 6a5213c commit 86a57e4
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 @@ -23,11 +23,11 @@ let

in buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.2.1";
version = "1.3.1";

src = fetchPypi {
inherit pname version;
sha256 = "0pr17n52vdq490q6c282nqnn51j5k0lf7mzaazpxjy4q86pxdfy5";
sha256 = "1nz9bhy5hraa1h7100vr0innz8npnpha6xr9j2ln7h3cgwv73739";
};

patches = [
Expand Down

0 comments on commit 86a57e4

Please sign in to comment.