amber-theme: 3.34-1 -> 3.34-2 (#77317)
This commit is contained in:
parent
2b2509a19a
commit
082f16449d
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "amber-theme";
|
pname = "amber-theme";
|
||||||
version = "3.34-1";
|
version = "3.34-2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lassekongo83";
|
owner = "lassekongo83";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1fmsjhaxlw2znlbjys3ggmsr7zlfk1wlng7bh54g6b0vjgdbik3r";
|
sha256 = "0809l4r1qrzs9z04kcs1j962dpsvgpwpksnxs09md5722mynn65l";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja sassc ];
|
nativeBuildInputs = [ meson ninja sassc ];
|
||||||
@ -19,7 +19,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.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.romildo ];
|
maintainers = [ maintainers.romildo ];
|
||||||
|
Loading…
Reference in New Issue
Block a user