urlhunter: 0.1.2 -> 0.2.0

This commit is contained in:
R. Ryantm 2025-01-24 04:29:06 +00:00
parent 0aa475546e
commit ef4fbd32b8

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "urlhunter";
version = "0.1.2";
version = "0.2.0";
src = fetchFromGitHub {
owner = "utkusen";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lX5zh+fYVSyWPUOnfRNMGZPsiuxjKBSpluPUMN9mZ+k=";
sha256 = "sha256-QRQLN8NFIIvlK+sHNj0MMs7tlBODMKHdWJFh/LwnysI=";
};
vendorHash = "sha256-JDDxarFROBhdi76mY6udn++lReKLdju/JBpj3JhGdQA=";
vendorHash = "sha256-tlFCovCzqgaLcxcGmWXLYUjaAvFG0o11ei8uMzWJs6Q=";
meta = with lib; {
description = "Recon tool that allows searching shortened URLs";