Skip to content

Commit

Permalink
matrix-synapse: 1.11.1 -> 1.12.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 425efa5)
  • Loading branch information
ajs124 authored and Ma27 committed Mar 23, 2020
1 parent fa02997 commit 905316d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/matrix-synapse/default.nix
Expand Up @@ -23,11 +23,11 @@ let

in buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.11.1";
version = "1.12.0";

src = fetchPypi {
inherit pname version;
sha256 = "0xd4bxsmk67r6pfj5lh0hn36r8z51mxsl39fjfrfdidvl1qqbxnk";
sha256 = "18wavnb47w4hfh8dc7g77bfhz03zh1xzl58mxlfi0000qsbkz680";
};

patches = [
Expand Down

0 comments on commit 905316d

Please sign in to comment.