3
0
Fork 0
forked from mirrors/nixpkgs

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

dalfox: 2.5.4 -> 2.6.1
This commit is contained in:
Fabian Affolter 2021-12-06 23:21:53 +01:00 committed by GitHub
commit d92974b226
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "dalfox";
version = "2.5.4";
version = "2.6.1";
src = fetchFromGitHub {
owner = "hahwul";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zwDdOj6/YcZQZW5WWMZztTVl5QsYMCcqtaAFsM+1bn0=";
sha256 = "sha256-4jqlMZ6/5m12+ZT0HCtskXq6jlcsQq05Vem+jw82RFs=";
};
vendorSha256 = "sha256-AZbzcGqje2u9waH2NGWITXpax2GCFqbIEd4uNiDmcIY=";
vendorSha256 = "sha256-MoOnRsL8DO7Mx7JzvpnEOiqoLEyBPi2cRiQ2m+460V4=";
meta = with lib; {
description = "Tool for analysing parameter and XSS scanning";