amber-theme: 3.36-1 -> 3.36-2
This commit is contained in:
parent
95e3e3e09a
commit
511f36333e
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "amber-theme";
|
pname = "amber-theme";
|
||||||
version = "3.36-1";
|
version = "3.36-2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lassekongo83";
|
owner = "lassekongo83";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0dn81ca3kyfz4ql15kl5108gw309cc0c1inmwlch1nq5dslmfjji";
|
sha256 = "1g0hkv9sxfxfnpv8x7g64lr2by7wd4k216s3y9xpibsycdbwpyi5";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja sassc ];
|
nativeBuildInputs = [ meson ninja sassc ];
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "GTK, gnome-shell and Xfce theme based on Ubuntu Ambiance";
|
description = "GTK, gnome-shell and Xfce theme based on Ubuntu Ambiance";
|
||||||
homepage = "https://github.com/lassekongo83/amber-theme";
|
homepage = "https://github.com/lassekongo83/amber-theme";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.romildo ];
|
maintainers = [ maintainers.romildo ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue