matrix-synapse: 1.44.0 -> 1.45.0
(cherry picked from commit cd5ff4fe245a7c1dfb574c6022185bcdcd909912)
This commit is contained in:
parent
8fe3b97ef4
commit
3cf9eece52
|
@ -24,11 +24,11 @@ let
|
|||
in
|
||||
with py.pkgs; buildPythonApplication rec {
|
||||
pname = "matrix-synapse";
|
||||
version = "1.44.0";
|
||||
version = "1.45.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-oH8FXHSa120/Fys21UJfAAFPehJxEbQ8Op98PYkK8dE=";
|
||||
sha256 = "sha256-t8+sLhpjwaehe+cUi9weUZNTJAfNq/fwBZbM4SYKfnM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in New Issue