1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

matrix-synapse: 0.18.6-rc3 -> 0.18.7-rc2

This commit is contained in:
Benjamin Saunders 2017-01-06 20:41:29 -08:00
parent 845dd121f8
commit 7027bbfba3

View file

@ -24,13 +24,13 @@ let
};
in pythonPackages.buildPythonApplication rec {
name = "matrix-synapse-${version}";
version = "0.18.6-rc3";
version = "0.18.7-rc2";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "synapse";
rev = "v${version}";
sha256 = "1a2yj22s84sd3nm9lx4rcdjbpbfclz6cp0ljpilw6n7spmj1nhcd";
sha256 = "13rx77xfcci7q8xpxxgnh84h6md53akjcy9glwn20vm9vpka3vvj";
};
patches = [ ./matrix-synapse.patch ];