Merge pull request #219232 from fabaff/asnmap-bump
asnmap: 1.0.0 -> 1.0.1
This commit is contained in:
commit
f8a5af0768
1 changed files with 5 additions and 4 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "asnmap";
|
pname = "asnmap";
|
||||||
version = "1.0.0";
|
version = "1.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "projectdiscovery";
|
owner = "projectdiscovery";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-AndX0PISGKhVmUFcJ2pCu8dqH67nVCe+25MIcF9d+8A=";
|
hash = "sha256-auVdBt8XT0qvEC9TfuROBbV/D6uQXBODZs/vrkJolwI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-+a6GgKHQ1D/hW9MEutyfbNbyDJuQGJ7Vd9Pz6w08lfo=";
|
vendorHash = "sha256-6z40pIj6cgC7lXS2qDhkYec5zIrmjHzh2W0U5BDmSzU=";
|
||||||
|
|
||||||
# Tests require network access
|
# Tests require network access
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
@ -22,6 +22,7 @@ buildGoModule rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tool to gather network ranges using ASN information";
|
description = "Tool to gather network ranges using ASN information";
|
||||||
homepage = "https://github.com/projectdiscovery/asnmap";
|
homepage = "https://github.com/projectdiscovery/asnmap";
|
||||||
|
changelog = "https://github.com/projectdiscovery/asnmap/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue