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

dalfox: 2.7.0 -> 2.7.1
This commit is contained in:
Fabian Affolter 2022-02-14 10:37:33 +01:00 committed by GitHub
commit 879495ed00
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.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";