Merge pull request #55114 from romildo/upd.tetra-gtk-theme
tetra-gtk-theme: 0.2.0 -> 201902
This commit is contained in:
commit
a0e9413eff
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tetra-gtk-theme-${version}";
|
name = "tetra-gtk-theme-${version}";
|
||||||
version = "0.2.0";
|
version = "201902";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hrdwrrsk";
|
owner = "hrdwrrsk";
|
||||||
repo = "tetra-gtk-theme";
|
repo = "tetra-gtk-theme";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1lzkmswv3ml2zj80z067j1hj1cvpdcl86jllahqx3jwnmr0a4fhd";
|
sha256 = "0xvp85mzgh5msr3s6wl9xagz2xxqmy3s9jndbmwh1cc79fycggqv";
|
||||||
};
|
};
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Adwaita-based gtk+ theme with design influence from elementary OS and Vertex gtk+ theme.";
|
description = "Adwaita-based gtk+ theme with design influence from elementary OS and Vertex gtk+ theme";
|
||||||
homepage = https://github.com/hrdwrrsk/tetra-gtk-theme;
|
homepage = https://github.com/hrdwrrsk/tetra-gtk-theme;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
|
Loading…
Reference in New Issue
Block a user