about summary refs log tree commit diff
path: root/pkgs/tools/security/ffuf
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-29 01:28:06 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-29 01:28:06 +0000
commit90a740890149b0913a2d07b51012028ad597f7d3 (patch)
treecda99e79f4b318ae8b7614365bd9ff4789b052e1 /pkgs/tools/security/ffuf
parent908107293301fa12a86111a5aa39c01b775f58b4 (diff)
ffuf: 1.1.0 -> 1.2.1
Diffstat (limited to 'pkgs/tools/security/ffuf')
-rw-r--r--pkgs/tools/security/ffuf/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/ffuf/default.nix b/pkgs/tools/security/ffuf/default.nix
index 46995e2844177..6af8b6fcba9e0 100644
--- a/pkgs/tools/security/ffuf/default.nix
+++ b/pkgs/tools/security/ffuf/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "ffuf";
-  version = "1.1.0";
+  version = "1.2.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "1jb2x0ybcb9zkqm7flpmr0hd3171xvnn6kxmfcgds4x8l9fbmxnr";
+    sha256 = "sha256-XSdFLfSYDdKI7BYo9emYanvZeSFGxiNLYxuw5QKAyRc=";
   };
 
-  vendorSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
+  vendorSha256 = "sha256-szT08rIozAuliOmge5RFX4NeVrJ2pCVyfotrHuvc0UU=";
 
   # tests don't pass due to an issue with the memory addresses
   # https://github.com/ffuf/ffuf/issues/367