about summary refs log tree commit diff
path: root/pkgs/tools/security/ffuf
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-04 14:40:02 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-04 14:40:02 +0000
commit13571146d77d0340296a0f096055f38eda108a46 (patch)
tree50b7648841849da4c263c96ac52c945db1a42dd5 /pkgs/tools/security/ffuf
parent0af35df7b8760d29f95119f131f1ef71da93003d (diff)
ffuf: 1.4.0 -> 1.4.1
Diffstat (limited to 'pkgs/tools/security/ffuf')
-rw-r--r--pkgs/tools/security/ffuf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/ffuf/default.nix b/pkgs/tools/security/ffuf/default.nix
index a24b4a8452a76..a3600b89694c7 100644
--- a/pkgs/tools/security/ffuf/default.nix
+++ b/pkgs/tools/security/ffuf/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "ffuf";
-  version = "1.4.0";
+  version = "1.4.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-M+wzS/u40zjUNc+63qzkoM9eJ4ruradeJKhhQTP2jxQ=";
+    sha256 = "sha256-m+L78fVsqntD7JfgWS9foUJUhIVr+CtJ6K8etsLuNzw=";
   };
 
   vendorSha256 = "sha256-szT08rIozAuliOmge5RFX4NeVrJ2pCVyfotrHuvc0UU=";