Merge pull request #132414 from musfay/matcha

matcha-gtk-theme: 2021-07-20 -> 2021-08-02
This commit is contained in:
Sandro 2021-08-02 14:21:25 +00:00 committed by GitHub
commit cdbc81bdf8
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-20";
version = "2021-08-02";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "0shdkwpqj3fw5qr99ww4z5dyrpa2pq79s0i02p9j3v6w6aca2gic";
sha256 = "sha256-vvWRHtE0Fgz41Aa5kaxNfbupodaWNc8gRJ1qW7vIyuc=";
};
buildInputs = [ gdk-pixbuf librsvg ];