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

matcha-gtk-theme: 2021-07-08 -> 2021-07-20
This commit is contained in:
José Romildo Malaquias 2021-07-23 12:18:04 -03:00 committed by GitHub
commit 9e1b18692a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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