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

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