mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
tetra-gtk-theme: 0.2.0 -> 201902
This commit is contained in:
parent
448b3c8e8c
commit
12fc62dde5
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "tetra-gtk-theme-${version}";
|
||||
version = "0.2.0";
|
||||
version = "201902";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hrdwrrsk";
|
||||
repo = "tetra-gtk-theme";
|
||||
rev = version;
|
||||
sha256 = "1lzkmswv3ml2zj80z067j1hj1cvpdcl86jllahqx3jwnmr0a4fhd";
|
||||
sha256 = "0xvp85mzgh5msr3s6wl9xagz2xxqmy3s9jndbmwh1cc79fycggqv";
|
||||
};
|
||||
|
||||
preBuild = ''
|
||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
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;
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
|
Loading…
Reference in New Issue
Block a user