Merge pull request #129821 from musfay/matcha

matcha-gtk-theme: 2021-06-24 -> 2021-07-08
This commit is contained in:
José Romildo Malaquias 2021-07-10 10:19:58 -03:00 committed by GitHub
commit 8d8d78f1f6
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-06-24";
version = "2021-07-08";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "sha256-YEa84y7ZhLqmN0kNSJR2/Txm5pZvSwuqnmckL4XnyjM=";
sha256 = "sha256-iTwPN31JvpFlCBWikOeSTda2wBEtg6ygy8o6ovqHPCw=";
};
buildInputs = [ gdk-pixbuf librsvg ];