Skip to content

Commit

Permalink
matrix-synapse: 0.19.1 -> 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fadenb authored and fpletz committed Feb 28, 2017
1 parent 2cfa9c6 commit 0cb62ab
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 @@ -24,13 +24,13 @@ let
};
in pythonPackages.buildPythonApplication rec {
name = "matrix-synapse-${version}";
version = "0.19.1";
version = "0.19.2";

src = fetchFromGitHub {
owner = "matrix-org";
repo = "synapse";
rev = "v${version}";
sha256 = "1jjfa3vigghnk201zkhp97mh25cx17gic0cjn0fgn7yxs83wrh5c";
sha256 = "03gnz7rb7yncykqy0irl1y5lhk1cs0b4snpas8s1c9r0vsw1bmhr";
};

patches = [ ./matrix-synapse.patch ];
Expand Down

0 comments on commit 0cb62ab

Please sign in to comment.