Skip to content

Commit

Permalink
Merge pull request #36131 from romildo/upd.zuki-themes
Browse files Browse the repository at this point in the history
zuki-themes: 3.24-3 -> 3.26-1
  • Loading branch information
Mic92 committed Feb 28, 2018
2 parents 7f327df + a765cca commit cc3526e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/misc/themes/zuki/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "zuki-themes-${version}";
version = "3.24-3";
version = "3.26-1";

src = fetchFromGitHub {
owner = "lassekongo83";
repo = "zuki-themes";
rev = "v${version}";
sha256 = "02zallh1kwxp3sarz6nxm6j7v1rf6wwz7gf8gn81xslqjg188dq6";
sha256 = "17p75h1i3hbpshhhliliq0mm88amvfnxq8659vabqd17ccgzwzns";
};

buildInputs = [ gdk_pixbuf gtk_engines ];
Expand All @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
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;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.romildo ];
};
}

0 comments on commit cc3526e

Please sign in to comment.