about summary refs log tree commit diff
path: root/pkgs/tools/security/dalfox
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 09:14:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 09:14:05 +0000
commit4471d9c0f45fe33da05d4fbf07a3239b3e58eb34 (patch)
treed9a7d306b2797d41feb91f8cdb3a90d7a1f4987c /pkgs/tools/security/dalfox
parent842a0d94cbb0a385854e15d4f6fde57714981abd (diff)
dalfox: 2.5.2 -> 2.5.4
Diffstat (limited to 'pkgs/tools/security/dalfox')
-rw-r--r--pkgs/tools/security/dalfox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/dalfox/default.nix b/pkgs/tools/security/dalfox/default.nix
index 9303058b380af..d498e69b44484 100644
--- a/pkgs/tools/security/dalfox/default.nix
+++ b/pkgs/tools/security/dalfox/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "dalfox";
-  version = "2.5.2";
+  version = "2.5.4";
 
   src = fetchFromGitHub {
     owner = "hahwul";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-/tS9/VxH5r4CSmxZ7uZOgAMLRtmPs+bgPtvljOhLALc=";
+    sha256 = "sha256-zwDdOj6/YcZQZW5WWMZztTVl5QsYMCcqtaAFsM+1bn0=";
   };
 
   vendorSha256 = "sha256-AZbzcGqje2u9waH2NGWITXpax2GCFqbIEd4uNiDmcIY=";