matcha-gtk-theme: 2021-07-08 -> 2021-07-20

This commit is contained in:
José Romildo 2021-07-22 20:12:37 -03:00
parent f259726f8a
commit ff0a9f815f

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "matcha-gtk-theme";
version = "2021-07-08";
version = "2021-07-20";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "sha256-iTwPN31JvpFlCBWikOeSTda2wBEtg6ygy8o6ovqHPCw=";
sha256 = "0shdkwpqj3fw5qr99ww4z5dyrpa2pq79s0i02p9j3v6w6aca2gic";
};
buildInputs = [ gdk-pixbuf librsvg ];