Unverified Commit 9339bd26 authored by K900's avatar K900 Committed by GitHub
Browse files

_5etools: drop (#404309)

parents 455d853d 2a8e737a
Loading
Loading
Loading
Loading
+0 −20
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 = "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 ];
    hydraPlatforms = [ ]; # src tarball is 4.7G, unpackeed 4.8G, exceeds hydras output limit
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -224,6 +224,7 @@ mapAliases {

  ### _ ###
  _1password = lib.warnOnInstantiate "_1password has been renamed to _1password-cli to better follow upstream name usage" _1password-cli; # Added 2024-10-24
  _5etools = throw "'_5etools' has been removed, as upstream is in a questionable legal position and the build was broken.";
  "7z2hashcat" =
    throw "'7z2hashcat' has been renamed to '_7z2hashcat' as the former isn't a valid variable name."; # Added 2024-11-27