about summary refs log tree commit diff
path: root/pkgs/tools/security/hakrawler
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-08-22 01:35:28 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-08-22 01:36:33 +0200
commita1307749a12474b7e4dfb1be63d2b238cdd0d613 (patch)
tree0db72d6645a6f1c1b1b37f6c353b430b84727ffc /pkgs/tools/security/hakrawler
parent77506e4f258f1922148986a73a713006318e9fe9 (diff)
hakrawler: 20201224-e39a514 -> 2.0
Diffstat (limited to 'pkgs/tools/security/hakrawler')
-rw-r--r--pkgs/tools/security/hakrawler/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/tools/security/hakrawler/default.nix b/pkgs/tools/security/hakrawler/default.nix
index fc5ee32bcbab9..0e2174e50ae54 100644
--- a/pkgs/tools/security/hakrawler/default.nix
+++ b/pkgs/tools/security/hakrawler/default.nix
@@ -5,17 +5,16 @@
 
 buildGoModule rec {
   pname = "hakrawler";
-  version = "20201224-${lib.strings.substring 0 7 rev}";
-  rev = "e39a514d0e179d33362ee244c017fb65cc2c12a5";
+  version = "2.0";
 
   src = fetchFromGitHub {
     owner = "hakluke";
     repo = "hakrawler";
-    inherit rev;
-    sha256 = "0wpqfbpgnr94q5n7i4zh806k8n0phyg0ncnz43hqh4bbdh7l1y8a";
+    rev = version;
+    sha256 = "sha256-g0hJGRPLgnWAeB25iIw/JRANrYowfRtAniDD/yAQWYk=";
   };
 
-  vendorSha256 = "18zs2l77ds0a3wxfqcd91h269g0agnwhginrx3j6gj30dbfls8a1";
+  vendorSha256 = "sha256-VmMNUNThRP1jEAjZeJC4q1IvnQEDqoOM+7a0AnABQnU=";
 
   meta = with lib; {
     description = "Web crawler for the discovery of endpoints and assets";