stilo-themes: 3.34-1 -> 3.34-2 (#77318)

This commit is contained in:
José Romildo Malaquias 2020-01-09 06:53:17 -03:00 committed by Renaud
parent 139daee494
commit 4a068312e3

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "stilo-themes";
version = "3.34-1";
version = "3.34-2";
src = fetchFromGitHub {
owner = "lassekongo83";
repo = pname;
rev = "v${version}";
sha256 = "1qwz7i32jk7wm7m9ah6g1pxldz0rnviancndsr2lqmg55x36rs01";
sha256 = "1i5cl61dk8sxa6h61ghynm4wp1qzp3c7kwf4ks0ddzzk9dbvdrhb";
};
nativeBuildInputs = [ meson ninja sassc ];
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Minimalistic GTK, gnome shell and Xfce themes";
homepage = https://github.com/lassekongo83/stilo-themes;
homepage = "https://github.com/lassekongo83/stilo-themes";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];