Merge pull request #206552 from r-ryantm/auto-update/ldapnomnom
ldapnomnom: 1.0.7 -> 1.1.0
This commit is contained in:
commit
41169b15c5
1 changed files with 4 additions and 3 deletions
|
@ -5,20 +5,21 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ldapnomnom";
|
pname = "ldapnomnom";
|
||||||
version = "1.0.7";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lkarlslund";
|
owner = "lkarlslund";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-eGCg6s3bg7ixXmdwFsugRMLvL/nTE2p53otkfc8OgQU=";
|
hash = "sha256-o29vcPKRX8TWRCpa20DVsh/4K7d3IbaLS3B+jJGBEmo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-3ucnLD+qhBSWY2wLtBcsOcuEf1woqHP17qQg7LlERA8=";
|
vendorHash = "sha256-3ucnLD+qhBSWY2wLtBcsOcuEf1woqHP17qQg7LlERA8=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tool to anonymously bruteforce usernames from Domain controllers";
|
description = "Tool to anonymously bruteforce usernames from Domain controllers";
|
||||||
homepage = "https://github.com/lkarlslund/ldapnomnom";
|
homepage = "https://github.com/lkarlslund/ldapnomnom";
|
||||||
|
changelog = "https://github.com/lkarlslund/ldapnomnom/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue