Merge pull request #229942 from r-ryantm/auto-update/uncover

uncover: 1.0.3 -> 1.0.4
This commit is contained in:
figsoda
2023-05-04 15:36:26 -04:00
committed by GitHub

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";