matcha: 2020-02-27 -> 2020-03-01

This commit is contained in:
José Romildo Malaquias 2020-03-01 17:55:28 -03:00
parent d0bf2ff810
commit de24759142

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "matcha";
version = "2020-02-27";
version = "2020-03-01";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "1ngndd8lz1m2c9zm9m0wgnz35mdyrxnxxaxbg09zckqp1nrj4lm9";
sha256 = "09nb6xsysfg477zcm9y49iaczxksxrd4zh3n8dp7rlzc2h2kicpn";
};
buildInputs = [ gdk-pixbuf librsvg ];