3
0
Fork 0
forked from mirrors/nixpkgs

matcha-gtk-theme: 2021-08-02 -> 2021-08-23

This commit is contained in:
R. RyanTM 2021-08-24 09:50:17 +00:00
parent 002e0737ff
commit 71b99e70d6

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "matcha-gtk-theme";
version = "2021-08-02";
version = "2021-08-23";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "sha256-vvWRHtE0Fgz41Aa5kaxNfbupodaWNc8gRJ1qW7vIyuc=";
sha256 = "sha256-gemDiGcr7xLv247w9J1CMOSKg2tWp8ADKpG16qa3hZQ=";
};
buildInputs = [ gdk-pixbuf librsvg ];