lol

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

uncover: 1.0.3 -> 1.0.4

authored by

figsoda and committed by
GitHub
77143970 e339915f

+3 -3
+3 -3
pkgs/tools/security/uncover/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "uncover"; 8 - version = "1.0.3"; 8 + version = "1.0.4"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "projectdiscovery"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - hash = "sha256-emfS5/HEt+I0DlUDgbWGqjF8bVLHsKxgAS4CKB8WO9E="; 14 + hash = "sha256-hugGRMxY0cmcfIjUOvmaTCC19VkxODZLwP2lYdrIfo8="; 15 15 }; 16 16 17 - vendorHash = "sha256-ckswffKbTXq8GMO2RvVz43ig27LKBxI2WqHRAx04dk0="; 17 + vendorHash = "sha256-AzIncQtNhzOJDlEXr5tbxXpt6V7RAgoGxks/zZ3Uakw="; 18 18 19 19 meta = with lib; { 20 20 description = "API wrapper to search for exposed hosts";