matrix-synapse: 1.61.1 -> 1.62.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
This commit is contained in:
parent
5139952bef
commit
8c5079ef3e
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ in
|
|||
with python3.pkgs;
|
||||
buildPythonApplication rec {
|
||||
pname = "matrix-synapse";
|
||||
version = "1.61.1";
|
||||
version = "1.62.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-IB7YIqmWIJMxZVFWIF6HggVgjkCSok3YYMykV72p4us=";
|
||||
sha256 = "sha256-14aHO13FCUEq3pwLUDvrI1au6i8Wykhc5d5C3tLpE3g=";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
|
Loading…
Reference in a new issue