matrix-synapse: 0.18.6-rc2 -> 0.18.6-rc3
This commit is contained in:
parent
7115ed6783
commit
62e4cfa887
@ -24,13 +24,13 @@ let
|
|||||||
};
|
};
|
||||||
in pythonPackages.buildPythonApplication rec {
|
in pythonPackages.buildPythonApplication rec {
|
||||||
name = "matrix-synapse-${version}";
|
name = "matrix-synapse-${version}";
|
||||||
version = "0.18.6-rc2";
|
version = "0.18.6-rc3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "matrix-org";
|
owner = "matrix-org";
|
||||||
repo = "synapse";
|
repo = "synapse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0alsby8hghhzgpzism2f9v5pmz91v20bd18nflfka79f3ss03h0q";
|
sha256 = "1a2yj22s84sd3nm9lx4rcdjbpbfclz6cp0ljpilw6n7spmj1nhcd";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./matrix-synapse.patch ];
|
patches = [ ./matrix-synapse.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user