_5etools: init at 1.175.2

This commit is contained in:
Colin Arnott 2023-02-08 13:08:51 +00:00
parent 841564d998
commit 83c770cf53
No known key found for this signature in database
GPG key ID: 0447A663F7F3E236
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{ 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 ];
};
}

View file

@ -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 { };