matcha-gtk-theme: 2021-01-12 -> 2021-02-04

This commit is contained in:
R. RyanTM 2021-02-06 14:41:51 +00:00
parent 671fd3a3c1
commit 44bcd6773a

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "matcha-gtk-theme";
version = "2021-01-12";
version = "2021-02-04";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "1h6y89aajygbp1rc3d5dw2vgb64a3hiajlifb4xnzhycc77vjskr";
sha256 = "sha256-CDym+yqLu7QpqmdUpXAbJTCjQf/r9D1sl7ZdpaWaXFE=";
};
buildInputs = [ gdk-pixbuf librsvg ];