gobuster: 3.4.0 -> 3.5.0

This commit is contained in:
R. Ryantm 2023-02-25 20:54:01 +00:00
parent 21299ca839
commit ad22b9a1d3

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gobuster";
version = "3.4.0";
version = "3.5.0";
src = fetchFromGitHub {
owner = "OJ";
repo = "gobuster";
rev = "v${version}";
hash = "sha256-GSpCmJx60DMGr6hDaL//i0gteJniU2jJO+sEDp+eUvg=";
hash = "sha256-Ohv/FgMbniItbrcrncAe9QKVjrhxoZ80BGYJmJtJpPk=";
};
vendorHash = "sha256-xY+RoM19bsoSCRJk7caMjU3jkUoWkOYRYKHfQjiVVPo=";
vendorHash = "sha256-ZbY5PyXKcTB9spVGfW2Qhj8SV9alOSH0DyXx1dh/NgQ=";
meta = with lib; {
description = "Tool used to brute-force URIs, DNS subdomains, Virtual Host names on target web servers";