3
0
Fork 0
forked from mirrors/nixpkgs

uncover: 1.0.3 -> 1.0.4

This commit is contained in:
R. Ryantm 2023-05-04 18:22:53 +00:00
parent c5aabbdfb3
commit 9307a0f393

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "uncover";
version = "1.0.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = pname;
rev = "v${version}";
hash = "sha256-emfS5/HEt+I0DlUDgbWGqjF8bVLHsKxgAS4CKB8WO9E=";
hash = "sha256-hugGRMxY0cmcfIjUOvmaTCC19VkxODZLwP2lYdrIfo8=";
};
vendorHash = "sha256-ckswffKbTXq8GMO2RvVz43ig27LKBxI2WqHRAx04dk0=";
vendorHash = "sha256-AzIncQtNhzOJDlEXr5tbxXpt6V7RAgoGxks/zZ3Uakw=";
meta = with lib; {
description = "API wrapper to search for exposed hosts";