mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 14:27:45 +00:00
dalfox: update vendorSha256
This commit is contained in:
parent
1857efe646
commit
2879734204
@ -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";
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user