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

matcha-gtk-theme: 2020-05-09 -> 2020-05-24
This commit is contained in:
José Romildo Malaquias 2020-05-24 18:35:39 -03:00 committed by GitHub
commit 334cf8c6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "matcha-gtk-theme";
version = "2020-05-09";
version = "2020-05-24";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "0fp3ijynyvncy2byjjyba573p81x2pl2hdzv17mg40r8d5mjlkww";
sha256 = "186ypnkyaqjw671ny363xmixw6zdvrgj9xvmsrdgr8i0h3z8qwr8";
};
buildInputs = [ gdk-pixbuf librsvg ];