Merge pull request #135537 from r-ryantm/auto-update/matcha-gtk-theme

matcha-gtk-theme: 2021-08-02 -> 2021-08-23
This commit is contained in:
José Romildo Malaquias
2021-08-24 08:23:00 -03:00
committed by GitHub
+2 -2
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 ];