Merge pull request #47365 from dtzWill/feature/matrix-clients

spectral: init at 2018-09-24; nheko: 0.5.0 -> 0.6.0 and bump dep mtxclient
This commit is contained in:
Will Dietz
2018-09-25 22:14:29 -05:00
committed by GitHub
4 changed files with 41 additions and 6 deletions
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "mtxclient-${version}";
version = "0.1.0";
version = "0.2.0";
src = fetchFromGitHub {
owner = "mujx";
repo = "mtxclient";
rev = "v${version}";
sha256 = "0i58y45diysayjzy5ick15356972z67dfxm0w41ay88nm42x1imp";
sha256 = "19v1qa6mzvc65m7wy7x0g4i24bcg9xk31y1grwvd3zr0l4v6xcgs";
};
postPatch = ''