ldapnomnom: 1.0.6 -> 1.0.7

This commit is contained in:
Fabian Affolter 2022-09-27 09:10:08 +02:00
parent 9e4c8aec09
commit 9c04913c44

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "ldapnomnom";
version = "1.0.6";
version = "1.0.7";
src = fetchFromGitHub {
owner = "lkarlslund";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-fZlxDc/CgjGqTSM9TpFcE0yxb7YxzZmQJ1FoUdM7Bgs=";
hash = "sha256-eGCg6s3bg7ixXmdwFsugRMLvL/nTE2p53otkfc8OgQU=";
};
vendorSha256 = "sha256-psITrOXWh+3XXLSdo862ln8n7AkO00KB4mHyTdbDCkY=";
vendorSha256 = "sha256-3ucnLD+qhBSWY2wLtBcsOcuEf1woqHP17qQg7LlERA8=";
meta = with lib; {
description = "Tool to anonymously bruteforce usernames from Domain controllers";