Merge pull request #81464 from romildo/upd.matcha-gtk-theme

matcha: 2020-02-27 -> 2020-03-01
This commit is contained in:
José Romildo Malaquias 2020-03-02 08:00:02 -03:00 committed by GitHub
commit 6328c9203c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];