matcha: 2018-09-14 -> 2018-10-12 (#48426)

This commit is contained in:
José Romildo Malaquias 2018-10-14 19:01:37 -03:00 committed by xeji
parent 1dae4621f7
commit 72bb5a5449
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "matcha-${version}";
version = "2018-09-14";
version = "2018-10-12";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = "matcha";
rev = "fe35259742b5ae007ab17d46d21acad5754477b9";
sha256 = "1qwb8l1xfx9ca2y9gcsckxikijz1ij28dirvpqvhbbyn1m8i9hwd";
rev = "c1c91db44d9e28cc71af019784a77175a60a7b9d";
sha256 = "0sr805ghgh8sr9nncs693b9p756nmi1l4d8mfywj6z219jhy77qv";
};
buildInputs = [ gdk_pixbuf librsvg ];