mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
matrix-synapse: 0.18.6-rc3 -> 0.18.7-rc2
This commit is contained in:
parent
845dd121f8
commit
7027bbfba3
1 changed files with 2 additions and 2 deletions
|
@ -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-rc3";
|
version = "0.18.7-rc2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "matrix-org";
|
owner = "matrix-org";
|
||||||
repo = "synapse";
|
repo = "synapse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1a2yj22s84sd3nm9lx4rcdjbpbfclz6cp0ljpilw6n7spmj1nhcd";
|
sha256 = "13rx77xfcci7q8xpxxgnh84h6md53akjcy9glwn20vm9vpka3vvj";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./matrix-synapse.patch ];
|
patches = [ ./matrix-synapse.patch ];
|
||||||
|
|
Loading…
Reference in a new issue