Merge pull request #99620 from romildo/upd.matcha-gtk-theme

matcha-gtk-theme: 2020-09-28 -> 2020-10-05
gstqt5
José Romildo Malaquias 2020-10-12 13:03:26 -03:00 committed by GitHub
commit d9d1273c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "matcha-gtk-theme";
version = "2020-09-28";
version = "2020-10-05";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "06ylja07snxcbz1cwaip1z3kqw7m7fdphmrkb4r1rdvan1i2widi";
sha256 = "0pkgpipffwxphn16p6r911mbhqhjyk60svirxzm2phlhxl0ddwpj";
};
buildInputs = [ gdk-pixbuf librsvg ];