Unverified Commit 5014727e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #274660 from r-ryantm/auto-update/ldapnomnom

ldapnomnom: 1.1.0 -> 1.2.0
parents 39d213cd 031eba6a
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -5,17 +5,22 @@

buildGoModule rec {
  pname = "ldapnomnom";
  version = "1.1.0";
  version = "1.2.0";

  src = fetchFromGitHub {
    owner = "lkarlslund";
    repo = pname;
    repo = "ldapnomnom";
    rev = "refs/tags/v${version}";
    hash = "sha256-o29vcPKRX8TWRCpa20DVsh/4K7d3IbaLS3B+jJGBEmo=";
    hash = "sha256-3s2mLNqnJ+wZ17gy8Yr2Ze0S62A1bmE91E2ciLNO14E=";
  };

  vendorHash = "sha256-3ucnLD+qhBSWY2wLtBcsOcuEf1woqHP17qQg7LlERA8=";

  ldflags = [
    "-w"
    "-s"
  ];

  meta = with lib; {
    description = "Tool to anonymously bruteforce usernames from Domain controllers";
    homepage = "https://github.com/lkarlslund/ldapnomnom";