summary refs log tree commit diff
path: root/pkgs/tools/security/dalfox
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-13 17:47:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-13 17:47:56 +0000
commit89e815bd6c9431ee4e6c2b639e9a42ce25f76626 (patch)
tree963ff6541adad2c53ae3bc207c07905b9b76554c /pkgs/tools/security/dalfox
parentb7adb6b1df54e688feb6c0f8181de75f7527ed94 (diff)
downloadnixpkgs-89e815bd6c9431ee4e6c2b639e9a42ce25f76626.tar
nixpkgs-89e815bd6c9431ee4e6c2b639e9a42ce25f76626.tar.gz
nixpkgs-89e815bd6c9431ee4e6c2b639e9a42ce25f76626.tar.bz2
nixpkgs-89e815bd6c9431ee4e6c2b639e9a42ce25f76626.tar.lz
nixpkgs-89e815bd6c9431ee4e6c2b639e9a42ce25f76626.tar.xz
nixpkgs-89e815bd6c9431ee4e6c2b639e9a42ce25f76626.tar.zst
nixpkgs-89e815bd6c9431ee4e6c2b639e9a42ce25f76626.zip
dalfox: 2.7.0 -> 2.7.1
Diffstat (limited to 'pkgs/tools/security/dalfox')
-rw-r--r--pkgs/tools/security/dalfox/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/dalfox/default.nix b/pkgs/tools/security/dalfox/default.nix
index ebbdd9882b7..5ce633d3cec 100644
--- a/pkgs/tools/security/dalfox/default.nix
+++ b/pkgs/tools/security/dalfox/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "dalfox";
-  version = "2.7.0";
+  version = "2.7.1";
 
   src = fetchFromGitHub {
     owner = "hahwul";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-QSIaqHUNsVpb1qbQLIxxjoDH1DMM1XpXxWZtImMV1yM=";
+    sha256 = "sha256-+Jr2pWV3iImKVnXH8mQXauHOh3uJChUe22U4JzIotD0=";
   };
 
-  vendorSha256 = "sha256-F0uIV4T/dCqPY/gsSOrzJTxFGlDh9NfxKhJxrftj0Lo=";
+  vendorSha256 = "sha256-4ot9qvTsUMxbcbu1y+5Tkvgo3t0MWA1EPSGqM0CM2DU=";
 
   meta = with lib; {
     description = "Tool for analysing parameter and XSS scanning";