uncover: 0.0.9 -> 1.0.1

This commit is contained in:
R. Ryantm
2022-12-07 07:04:33 +00:00
parent 7ea3d4395d
commit 8ce9379f33
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "uncover";
version = "0.0.9";
version = "1.0.1";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = pname;
rev = "v${version}";
hash = "sha256-bYSqfxjJGue+7gPr8XgkcPF7UUuKWmLuQO07KCJp4jY=";
hash = "sha256-N2560u3rkLhB9wL48hLzrw8NksXruGQuvjQGvVFOxsk=";
};
vendorSha256 = "sha256-FG0pqzSoqT/KjTOjXidAGjSABMFWgChJJYOhBfyzM7w=";
vendorSha256 = "sha256-71tXOm444xmRuOkw7Sa1T0afrZowvhreiwIxwlAeK6A=";
meta = with lib; {
description = "API wrapper to search for exposed hosts";