oam-tools: drop (#473087)

This commit is contained in:
Fabian Affolter
2025-12-22 10:01:27 +00:00
committed by GitHub
3 changed files with 5 additions and 33 deletions
+4 -2
View File
@@ -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
]
}"
'';
-31
View File
@@ -1,31 +0,0 @@
{
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
View File
@@ -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