zoxide: 0.9.6 -> 0.9.7 (#380745)
[NixPkgs.git] / pkgs / by-name / _5 / _5etools / package.nix
blob1af299ce97ff6e0b6ec9228361bc25d8f45b3ed2
1 { fetchFromGitHub, lib }:
3 fetchFromGitHub rec {
4   pname = "5etools";
5   version = "1.175.2";
7   owner = "5etools-mirror-1";
8   repo = "5etools-mirror-1.github.io";
9   rev = "v${version}";
10   hash = "sha256-0+QjtcmKsfcSehvn4DChBhSVooy9wlqaSCgeAFgeL+w=";
12   meta = with lib; {
13     description = "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     hydraPlatforms = [ ]; # src tarball is 4.7G, unpackeed 4.8G, exceeds hydras output limit
19   };