Merge pull request #148993 from r-ryantm/auto-update/dalfox
dalfox: 2.5.4 -> 2.6.1
This commit is contained in:
commit
d92974b226
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "dalfox";
|
pname = "dalfox";
|
||||||
version = "2.5.4";
|
version = "2.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hahwul";
|
owner = "hahwul";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-zwDdOj6/YcZQZW5WWMZztTVl5QsYMCcqtaAFsM+1bn0=";
|
sha256 = "sha256-4jqlMZ6/5m12+ZT0HCtskXq6jlcsQq05Vem+jw82RFs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-AZbzcGqje2u9waH2NGWITXpax2GCFqbIEd4uNiDmcIY=";
|
vendorSha256 = "sha256-MoOnRsL8DO7Mx7JzvpnEOiqoLEyBPi2cRiQ2m+460V4=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tool for analysing parameter and XSS scanning";
|
description = "Tool for analysing parameter and XSS scanning";
|
||||||
|
|
Loading…
Reference in a new issue