ffuf: 1.5.0 -> 2.0.0

This commit is contained in:
R. Ryantm 2023-02-08 21:57:54 +00:00
parent 12053de9e5
commit 2829e696e2

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "ffuf";
version = "1.5.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-dqABifXA104NCPdrWhB79cZQloJrqwJ45rlh+M/lRrs=";
sha256 = "sha256-TfPglATKQ3RIGODcIpSRL6FjbLyCjDzbi70jTLKYlLk=";
};
vendorSha256 = "sha256-szT08rIozAuliOmge5RFX4NeVrJ2pCVyfotrHuvc0UU=";
vendorHash = "sha256-nqv45e1W7MA8ElsJ7b4XWs26OicJ7IXmh93+wkueZg4=";
meta = with lib; {
description = "Fast web fuzzer written in Go";