lol

Merge pull request #193167 from r-ryantm/auto-update/dalfox

dalfox: 2.8.1 -> 2.8.2

authored by

Fabian Affolter and committed by
GitHub
8062ff1b ee64f05f

+3 -3
+3 -3
pkgs/tools/security/dalfox/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "dalfox"; 8 - version = "2.8.1"; 8 + version = "2.8.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "hahwul"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-JNEKFbhJlBUvAzqd1UODWv8HIo5LDVPvFfwmztsRW2o="; 14 + sha256 = "sha256-+RCjudjbvc793sE2GCV/l23JD7ZqjNWhi7ZjUaCvTzw="; 15 15 }; 16 16 17 - vendorSha256 = "sha256-PVtUC8UfUBGL7m1SsMK48Bcm9poCSFcPWJs1e+/UfSI="; 17 + vendorSha256 = "sha256-pLhTwbcMIqm7nrzypMs6yVrqtdCAoPrabTXsUtJ6Zls="; 18 18 19 19 meta = with lib; { 20 20 description = "Tool for analysing parameter and XSS scanning";