Skip to content

Commit

Permalink
Merge pull request #70916 from romildo/upd.stilo-themes
Browse files Browse the repository at this point in the history
stilo-themes: 3.32-3 -> 3.34-1
  • Loading branch information
c0bw3b committed Oct 11, 2019
2 parents 1edc538 + f1930f6 commit 1d9268e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/data/themes/stilo/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "stilo-themes";
version = "3.32-3";
version = "3.34-1";

src = fetchFromGitHub {
owner = "lassekongo83";
repo = pname;
rev = "v${version}";
sha256 = "0xcndr5mfa91f0ln0az3m79pidjy882v65w5fi5w05kykrmvv81z";
sha256 = "1qwz7i32jk7wm7m9ah6g1pxldz0rnviancndsr2lqmg55x36rs01";
};

nativeBuildInputs = [ meson ninja sassc ];
Expand All @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
propagatedUserEnvPkgs = [ gtk-engine-murrine ];

meta = with stdenv.lib; {
description = "Minimalistic GTK themes";
description = "Minimalistic GTK, gnome shell and Xfce themes";
homepage = https://github.com/lassekongo83/stilo-themes;
license = licenses.gpl3;
platforms = platforms.linux;
Expand Down

0 comments on commit 1d9268e

Please sign in to comment.