dalfox: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 14:25:08 +10:00
parent 1857efe646
commit 2879734204
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@ buildGoModule rec {
sha256 = "sha256-QSIaqHUNsVpb1qbQLIxxjoDH1DMM1XpXxWZtImMV1yM=";
};
vendorSha256 = "sha256-QtSWlGsbCxLpb4+TZgV0/wfSb5flGG3qHquO2maIOKU=";
vendorSha256 = "sha256-F0uIV4T/dCqPY/gsSOrzJTxFGlDh9NfxKhJxrftj0Lo=";
meta = with lib; {
description = "Tool for analysing parameter and XSS scanning";

View File

@ -31857,7 +31857,9 @@ with pkgs;
conglomerate = callPackage ../applications/science/biology/conglomerate { };
dalfox = callPackage ../tools/security/dalfox { };
dalfox = callPackage ../tools/security/dalfox {
buildGoModule = buildGo117Module;
};
dcm2niix = callPackage ../applications/science/biology/dcm2niix { };