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

matcha: 2019-06-22 -> 2019-07
This commit is contained in:
Marek Mahut 2019-09-10 13:26:57 +02:00 committed by GitHub
commit ebf50e20fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, gdk-pixbuf, librsvg, gtk-engine-murrine }:
stdenv.mkDerivation {
stdenv.mkDerivation rec {
pname = "matcha";
version = "2019-06-22";
version = "2019-07";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = "matcha";
rev = "f42df7a3219d7fbacb7be1b2e0e416d74339865e";
sha256 = "1x954rmxv14xndn4ybhbr4pmzccnwqp462bpvzd2hak5wsqs4wxc";
repo = pname;
rev = "v${version}";
sha256 = "1jv7qq4lsjpz40wchrqlzc8w4ggrmwjavy4ipzz11jal99skpv7i";
};
buildInputs = [ gdk-pixbuf librsvg ];