6 stdenv.mkDerivation rec {
7 pname = "icingaweb2-theme-spring";
10 src = fetchFromGitHub {
14 sha256 = "09v4871pndarhm2spxm9fdab58l5wj8m40kh53wvk1xc3g7pqki9";
23 description = "Theme with some soft colors and nice background images loaded from unsplash.com";
24 homepage = "https://github.com/Mikesch-mp/icingaweb2-theme-spring";
25 license = licenses.publicDomain;
26 platforms = platforms.all;
27 maintainers = with maintainers; [ das_j ];