mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #189115 from NickCao/synapse
matrix-synapse: 1.65.0 -> 1.66.0
This commit is contained in:
commit
c5d422be65
1 changed files with 3 additions and 2 deletions
|
@ -11,11 +11,11 @@ in
|
|||
with python3.pkgs;
|
||||
buildPythonApplication rec {
|
||||
pname = "matrix-synapse";
|
||||
version = "1.65.0";
|
||||
version = "1.66.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-Kn5o6RKR3mMHvACPiMvIGKmjkAwdjcw6EY6MJXKKeAE=";
|
||||
sha256 = "sha256-jrjNl3NlJ9sWNNM/VYrASPnVZ/U9fn1N1P6Yqd+MQ08=";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
@ -40,6 +40,7 @@ buildPythonApplication rec {
|
|||
psutil
|
||||
psycopg2
|
||||
pyasn1
|
||||
pydantic
|
||||
pyjwt
|
||||
pymacaroons
|
||||
pynacl
|
||||
|
|
Loading…
Reference in a new issue