about summary refs log tree commit diff
path: root/pkgs/tools/security/urlhunter
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-23 04:57:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-23 04:57:58 +0000
commit4be2be76cd126f2ebe94adb9470e05a7c12967a6 (patch)
tree143dac181e65eeee81eb22b45f1ccb302a61450a /pkgs/tools/security/urlhunter
parent963072bce58d63fefc4d942a64038a18739f2d23 (diff)
urlhunter: 0.1.1 -> 0.1.2
Diffstat (limited to 'pkgs/tools/security/urlhunter')
-rw-r--r--pkgs/tools/security/urlhunter/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/urlhunter/default.nix b/pkgs/tools/security/urlhunter/default.nix
index ebc628e563c65..08b8c1af2eab5 100644
--- a/pkgs/tools/security/urlhunter/default.nix
+++ b/pkgs/tools/security/urlhunter/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "urlhunter";
-  version = "0.1.1";
+  version = "0.1.2";
 
   src = fetchFromGitHub {
     owner = "utkusen";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0ph0pwfd8bb5499bsx3bd8sqhn69y00zk32ayc3n61gpcc6rmvn7";
+    sha256 = "sha256-lX5zh+fYVSyWPUOnfRNMGZPsiuxjKBSpluPUMN9mZ+k=";
   };
 
-  vendorSha256 = "165kplaqigis0anafvzfqzwc3jjhsn2mwgf4phb4ck75n3yf85ys";
+  vendorSha256 = "sha256-JDDxarFROBhdi76mY6udn++lReKLdju/JBpj3JhGdQA=";
 
   meta = with lib; {
     description = "Recon tool that allows searching shortened URLs";