Skip to content

Commit

Permalink
Merge pull request #182927 from fabaff/hakrawler-bump
Browse files Browse the repository at this point in the history
hakrawler: 2.0 -> 2.1
  • Loading branch information
fabaff committed Jul 26, 2022
2 parents 4bc3368 + 8bf1e7e commit 5588625
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/tools/security/hakrawler/default.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{ buildGoModule
{ lib
, buildGoModule
, fetchFromGitHub
, lib
}:

buildGoModule rec {
pname = "hakrawler";
version = "2.0";
version = "2.1";

src = fetchFromGitHub {
owner = "hakluke";
repo = "hakrawler";
rev = version;
sha256 = "sha256-g0hJGRPLgnWAeB25iIw/JRANrYowfRtAniDD/yAQWYk=";
hash = "sha256-ZJG5KlIlzaztG27NoSlILj0I94cm2xZq28qx1ebrSmc=";
};

vendorSha256 = "sha256-VmMNUNThRP1jEAjZeJC4q1IvnQEDqoOM+7a0AnABQnU=";
vendorSha256 = "sha256-NzgFwPvuEZ2/Ks5dZNRJjzzCNPRGelQP/A6eZltqkmM=";

meta = with lib; {
description = "Web crawler for the discovery of endpoints and assets";
Expand Down

0 comments on commit 5588625

Please sign in to comment.