Merge pull request #215304 from urandom2/5etools

authored by Sandro and committed by GitHub bfff7eab 6114f0e6

+21
+19
pkgs/servers/web-apps/5etools/default.nix
··· 1 + { fetchFromGitHub, lib }: 2 + 3 + fetchFromGitHub rec { 4 + pname = "5etools"; 5 + version = "1.175.2"; 6 + 7 + owner = "5etools-mirror-1"; 8 + repo = "5etools-mirror-1.github.io"; 9 + rev = "v${version}"; 10 + hash = "sha256-0+QjtcmKsfcSehvn4DChBhSVooy9wlqaSCgeAFgeL+w="; 11 + 12 + meta = with lib; { 13 + description = "A suite of browser-based tools for players and DMs of D&D 5e"; 14 + homepage = "https://5e.tools"; 15 + changelog = "https://github.com/5etools-mirror-1/5etools-mirror-1.github.io/releases/tag/v${version}"; 16 + license = [ licenses.mit ]; 17 + maintainers = with maintainers; [ urandom ]; 18 + }; 19 + }
+2
pkgs/top-level/all-packages.nix
··· 24256 24256 24257 24257 _389-ds-base = callPackage ../servers/ldap/389 { }; 24258 24258 24259 + _5etools = callPackage ../servers/web-apps/5etools {}; 24260 + 24259 24261 adguardhome = callPackage ../servers/adguardhome {}; 24260 24262 24261 24263 alerta = callPackage ../servers/monitoring/alerta/client.nix { };