mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
_5etools: init at 1.175.2
This commit is contained in:
parent
841564d998
commit
83c770cf53
19
pkgs/servers/web-apps/5etools/default.nix
Normal file
19
pkgs/servers/web-apps/5etools/default.nix
Normal 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 ];
|
||||
};
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user