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

matcha-gtk-theme: 2021-04-05 -> 2021-04-09
This commit is contained in:
Sandro 2021-04-09 22:51:12 +02:00 committed by GitHub
commit 09c30aeb44
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-04-05";
version = "2021-04-09";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "0bm7hr4lqqz3z2miif38628r4qcy7i5hdk6sm0ngjacm43cl0qvg";
sha256 = "1989v2924g1pwycp44zlgryr73p82n9hmf71d0acs455jajf0pvv";
};
buildInputs = [ gdk-pixbuf librsvg ];