summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-27 18:31:19 +0800
committerGitHub <noreply@github.com>2021-12-27 18:31:19 +0800
commit5df78b9e8639a3df21660c93b37405325d924a9f (patch)
tree9b6030f81c30cbe782217280c8b5eb2c12280a5b /pkgs/tools
parent4e3c158740c2a7bfbfb4b2956d5782c4bff19f9c (diff)
parent343de1eb120a74d7084591f72257d06520c5125b (diff)
Merge pull request #152314 from r-ryantm/auto-update/dalfox
dalfox: 2.6.1 -> 2.7.0
Diffstat (limited to 'pkgs/tools')
-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 8a795049b071..2919354db4ec 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.6.1";
+ version = "2.7.0";
src = fetchFromGitHub {
owner = "hahwul";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-4jqlMZ6/5m12+ZT0HCtskXq6jlcsQq05Vem+jw82RFs=";
+ sha256 = "sha256-QSIaqHUNsVpb1qbQLIxxjoDH1DMM1XpXxWZtImMV1yM=";
};
- vendorSha256 = "sha256-MoOnRsL8DO7Mx7JzvpnEOiqoLEyBPi2cRiQ2m+460V4=";
+ vendorSha256 = "sha256-QtSWlGsbCxLpb4+TZgV0/wfSb5flGG3qHquO2maIOKU=";
meta = with lib; {
description = "Tool for analysing parameter and XSS scanning";