matcha-gtk-theme: 2021-04-09 -> 2021-05-20

This commit is contained in:
José Romildo 2021-05-20 09:27:46 -03:00
parent 2d166601af
commit 8b5ee08d61

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "matcha-gtk-theme";
version = "2021-04-09";
version = "2021-05-20";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "1989v2924g1pwycp44zlgryr73p82n9hmf71d0acs455jajf0pvv";
sha256 = "0jx55dn9j0395ws7507mj8px4yq4jlmms6xr9jlhp0qxnr4y1smd";
};
buildInputs = [ gdk-pixbuf librsvg ];