plano-theme: 3.28-2 -> 3.28-3 (#46892)

This commit is contained in:
José Romildo Malaquias 2018-09-19 11:02:33 -03:00 committed by xeji
parent c73b9cf6ab
commit 32cd582645

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "plano-theme-${version}";
version = "3.28-2";
version = "3.28-3";
src = fetchFromGitHub {
owner = "lassekongo83";
repo = "plano-theme";
rev = "v${version}";
sha256 = "1xd8xpd8pxxsx6nqrxv2scm9fy6vig8qyxdydgkzhpscrjg9iq9f";
sha256 = "0k9jgnifc2s8vsw9fanknx1mg8vlh6qa1cbb910nm4vgrxsbrc74";
};
buildInputs = [ gdk_pixbuf gtk_engines ];
@ -23,11 +23,11 @@ stdenv.mkDerivation rec {
rm $out/share/themes/Plano/LICENSE
'';
meta = {
meta = with stdenv.lib; {
description = "Flat theme for GNOME & Xfce4";
homepage = https://github.com/lassekongo83/plano-theme;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.romildo ];
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
};
}