Merge pull request #103888 from r-ryantm/auto-update/matcha-gtk-theme

matcha-gtk-theme: 2020-10-23 -> 2020-11-11-0
This commit is contained in:
José Romildo Malaquias 2020-11-15 15:23:18 -03:00 committed by GitHub
commit 686a98aef9
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-10-23";
version = "2020-11-11-0";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "125wcvr457lbs8zxp8r18q7gzagp0wbg518iynzmbax8gsjds8w3";
sha256 = "00nl887nm1syy23s9y590ycjlrl15h5scp9hp0yvg0n6jd78rsc7";
};
buildInputs = [ gdk-pixbuf librsvg ];