mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
matrix-synapse: 1.65.0 -> 1.66.0
This commit is contained in:
parent
bacac7cf54
commit
eeefc8f733
@ -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 New Issue
Block a user