Unverified Commit bfff7eab authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #215304 from urandom2/5etools

parents 6114f0e6 83c770cf
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
@@ -24256,6 +24256,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 { };