matrix-synapse: 0.20.0 -> 0.21.0
This commit is contained in:
parent
769e14a422
commit
2b7eb321de
@ -24,13 +24,13 @@ let
|
|||||||
};
|
};
|
||||||
in pythonPackages.buildPythonApplication rec {
|
in pythonPackages.buildPythonApplication rec {
|
||||||
name = "matrix-synapse-${version}";
|
name = "matrix-synapse-${version}";
|
||||||
version = "0.20.0";
|
version = "0.21.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "matrix-org";
|
owner = "matrix-org";
|
||||||
repo = "synapse";
|
repo = "synapse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1ss89dd4xn80y0zafs6dc9c24ba1kxk20jhjvqbcbbng6mlynj9h";
|
sha256 = "0mxgpfyh7265kh379hsb53lni43xcq9nffanbxwrg8hp8c79pcg3";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./matrix-synapse.patch ];
|
patches = [ ./matrix-synapse.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user