Unverified Commit 8039b12f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

oam-tools: drop (#473087)

parents 6c0e7927 d546c548
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,8 +5,9 @@
  makeWrapper,
  amass,
  alterx,
  oam-tools,
  subfinder,
  dnsx,
  httpx,
}:

buildGoModule rec {
@@ -37,8 +38,9 @@ buildGoModule rec {
        lib.makeBinPath [
          amass
          alterx
          oam-tools
          subfinder
          dnsx
          httpx
        ]
      }"
  '';
+0 −31
Original line number Diff line number Diff line
{
  lib,
  buildGoModule,
  fetchFromGitHub,
}:

buildGoModule rec {
  pname = "oam-tools";
  version = "0.1.2";

  src = fetchFromGitHub {
    owner = "owasp-amass";
    repo = "oam-tools";
    tag = "v${version}";
    hash = "sha256-vt4V8em8Iaz3BVKIqlcAv+VIpJtD58xb3QrkIr4tYuU=";
  };

  vendorHash = "sha256-yFKYZlA06yE48Wiz0cKgD57JEREwYyYkLM1NZPV8+Xc=";

  ldflags = [
    "-s"
    "-w"
  ];

  meta = {
    description = "Analysis and management tools for an Open Asset Model database";
    homepage = "https://github.com/owasp-amass/oam-tools";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ fab ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -1205,6 +1205,7 @@ mapAliases {
  nuget-to-nix = throw "nuget-to-nix has been removed as it was deprecated in favor of nuget-to-json. Please use nuget-to-json instead"; # Added 2025-08-28
  nushellFull = throw "'nushellFull' has been renamed to/replaced by 'nushell'"; # Converted to throw 2025-10-27
  o = throw "'o' has been renamed to/replaced by 'orbiton'"; # Converted to throw 2025-10-27
  oam-tools = throw "'oam-tools' has been become part of amass"; # Added 2025-12-21
  oathToolkit = throw "'oathToolkit' has been renamed to/replaced by 'oath-toolkit'"; # Converted to throw 2025-10-27
  obb = throw "obb has been removed because it has been marked as broken since 2023."; # Added 2025-10-11
  obliv-c = throw "obliv-c has been removed from Nixpkgs, as it has been unmaintained upstream for 4 years and does not build with supported GCC versions"; # Added 2025-08-18