alterx: 0.0.6 -> 0.1.0

This commit is contained in:
R. Ryantm
2025-12-11 20:58:07 +00:00
parent e16041020b
commit fb63352c50
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "alterx";
version = "0.0.6";
version = "0.1.0";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "alterx";
tag = "v${version}";
hash = "sha256-IjCK0TVZOBegNdfpqOFoOTuj8KtmCuIqNPvcIa1vSo0=";
hash = "sha256-aqCsPv+vxO45SwUXwicjQdGNq+Ad4awiF/wwGlPETDU=";
};
vendorHash = "sha256-aTA5KGeYmJnbVRbEhT9LigQoJFLD17q9spzBV4BGhNw=";
vendorHash = "sha256-13ODJNo6xbQkubaGJT3svFbOLbdsHluTCp1Gom+jYeU=";
meta = {
description = "Fast and customizable subdomain wordlist generator using DSL";