zuki-themes: 3.24-2 -> 3.24-3

This commit is contained in:
José Romildo Malaquias 2018-01-12 12:20:50 -02:00
parent 1334e8415c
commit e1f3c42502

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "zuki-themes-${version}";
version = "3.24-2";
version = "3.24-3";
src = fetchFromGitHub {
owner = "lassekongo83";
repo = "zuki-themes";
rev = "v${version}";
sha256 = "1js92qq1zi3iq40nl6n0m52hhhn9ql9i7y8ycg8vw3w0v8xyb4km";
sha256 = "02zallh1kwxp3sarz6nxm6j7v1rf6wwz7gf8gn81xslqjg188dq6";
};
buildInputs = [ gdk_pixbuf gtk_engines ];
@ -19,11 +19,11 @@ stdenv.mkDerivation rec {
installPhase = ''
install -dm 755 $out/share/themes
cp -va Zuki* $out/share/themes/
cp -a Zuki* $out/share/themes/
'';
meta = {
description = "A selection of themes for GTK3, gnome-shell and more";
description = "Themes for GTK3, gnome-shell and more";
homepage = https://github.com/lassekongo83/zuki-themes;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;