subjack: init at 3.0.0 (#517998)
This commit is contained in:
@@ -9503,6 +9503,11 @@
|
||||
name = "Faye Chun";
|
||||
keys = [ { fingerprint = "ACB8 DB1F E88D A908 6332 BDB1 5A71 B010 2FD7 3FC0"; } ];
|
||||
};
|
||||
fxai = {
|
||||
github = "fxai";
|
||||
githubId = 44463990;
|
||||
name = "fxai";
|
||||
};
|
||||
fxfactorial = {
|
||||
email = "edgar.factorial@gmail.com";
|
||||
github = "fxfactorial";
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "subjack";
|
||||
version = "3.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "haccer";
|
||||
repo = "subjack";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-AHzBPtMpXy8ZG+lh7PpcvkJkdUal3ONhEQIhMVFSx+A=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-Ma4kAcMfYm1ltOaAX39j78lxaAnWq03FYyB6rnKv9y8=";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
meta = {
|
||||
description = "DNS Takeover Scanner written in Go";
|
||||
mainProgram = "subjack";
|
||||
homepage = "https://github.com/haccer/subjack";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ fxai ];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user