Unverified Commit 83c770cf authored by Colin Arnott's avatar Colin Arnott
Browse files

_5etools: init at 1.175.2

parent 841564d9
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
{ fetchFromGitHub, lib }:

fetchFromGitHub rec {
  pname = "5etools";
  version = "1.175.2";

  owner = "5etools-mirror-1";
  repo = "5etools-mirror-1.github.io";
  rev = "v${version}";
  hash = "sha256-0+QjtcmKsfcSehvn4DChBhSVooy9wlqaSCgeAFgeL+w=";

  meta = with lib; {
    description = "A suite of browser-based tools for players and DMs of D&D 5e";
    homepage = "https://5e.tools";
    changelog = "https://github.com/5etools-mirror-1/5etools-mirror-1.github.io/releases/tag/v${version}";
    license = [ licenses.mit ];
    maintainers = with maintainers; [ urandom ];
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -24141,6 +24141,8 @@ with pkgs;
  _389-ds-base = callPackage ../servers/ldap/389 { };
  _5etools = callPackage ../servers/web-apps/5etools {};
  adguardhome = callPackage ../servers/adguardhome {};
  alerta = callPackage ../servers/monitoring/alerta/client.nix { };