matcha-gtk-theme: 2021-06-24 -> 2021-07-08

This commit is contained in:
Mustafa Çalışkan 2021-07-10 10:21:20 +03:00
parent 160796b84b
commit cc2e815571

View file

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